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

In This Topic
    IsInputKey Method (DxControl)
    In This Topic
    Determines whether the specified key should be processed.
    Syntax
    'Declaration
     
    Protected Overrides Function IsInputKey( _
       ByVal keyData As Keys _
    ) As Boolean
    protected override bool IsInputKey( 
       Keys keyData
    )

    Parameters

    keyData
    See Also