ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / IsInputKey Method

In This Topic
    IsInputKey Method (C1ListBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function IsInputKey( _
       ByVal keyData As Keys _
    ) As Boolean
    protected virtual bool IsInputKey( 
       Keys keyData
    )

    Parameters

    keyData
    See Also