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 As Char _
) As Boolean
protected override 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.
See Also