'Declaration Protected Friend Overridable Function IsInputChar( _ ByVal charCode As Char _ ) As Boolean
'Usage Dim instance As VisualGridElement Dim charCode As Char Dim value As Boolean value = instance.IsInputChar(charCode)
Parameters
- charCode
- The character to test.
Return Value
true if the character should be sent directly to the grid and not preprocessed; false otherwise.