'Usage Dim instance As ControlBase 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 control and not preprocessed; otherwise, false.