[]
Determines if a character is an input character that the control recognizes.
protected override bool IsInputChar(char charCode)
| Type | Name | Description |
|---|---|---|
| char | charCode | The character to test. |
| Type | Description |
|---|---|
| bool | True if the character should be sent directly to the control and not preprocessed, False otherwise. |