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