ComponentOne TileControl for WinForms
IsInputKey Method

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace > C1TileControl Class : IsInputKey Method
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 System.Windows.Forms.Keys _
) As System.Boolean
protected override System.bool IsInputKey( 
   System.Windows.Forms.Keys keyData
)

Parameters

keyData
See Also

Reference

C1TileControl Class
C1TileControl Members