C1.Win.FlexGrid Namespace / C1FlexGridBase Class / IsInputChar Method
The character to test.

In This Topic
IsInputChar Method (C1FlexGridBase)
In This Topic
Determines if a character is an input character that the control recognizes.
Syntax
'Declaration
 
Protected Overrides Function IsInputChar( _
   ByVal charCode As Char _
) As Boolean
 

Parameters

charCode
The character to test.

Return Value

True if the character should be sent directly to the control and not preprocessed, False otherwise.
See Also