IsInputChar Method (C1FlexGrid)
In This Topic
Determines if a character is an input character that the control recognizes.
Syntax
'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.
See Also