IsInputChar Method (C1FlexGridClassic)
Determines if a character is an input character that the control recognizes.
'Declaration
Protected Overridable Function IsInputChar( _
ByVal As Char _
) As Boolean
protected virtual bool IsInputChar(
char
)
Parameters
- charCode
- The character to test.
Return Value
True if the character should be sent directly to the control and not preprocessed, False otherwise.