Method IsInputChar
IsInputChar(char)
Determines if a character is an input character that the control recognizes.
protected override bool IsInputChar(char charCode)
Parameters
charCode
charThe character to test.
Returns
- bool
true if the character should be sent directly to the control and not preprocessed; otherwise, false.