FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.8 Assembly / C1.Win.DxToolkit Namespace / DxControl Class / OnKeyPress Method

In This Topic
    OnKeyPress Method (DxControl)
    In This Topic
    Raises the KeyChar event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnKeyPress( _
       ByVal e As KeyPressEventArgs _
    ) 
    protected override void OnKeyPress( 
       KeyPressEventArgs e
    )

    Parameters

    e
    See Also