IsInputChar Method (C1FlexGridBase)
Determines if a character is an input character that the control recognizes.
protected override bool IsInputChar(
char
)
'Declaration
Protected Overrides Function IsInputChar( _
ByVal 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.