ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / C1TileControl Class / IsInputKey Method

In This Topic
    IsInputKey Method (C1TileControl)
    In This Topic
    Determines whether the specified key is regular input key or a special key that requires preprocessing.
    Syntax
    'Declaration
     
    
    Protected Overrides Function IsInputKey( _
       ByVal keyData As Keys _
    ) As Boolean
    protected override bool IsInputKey( 
       Keys keyData
    )

    Parameters

    keyData
    See Also