[]
Determines whether a character is an input character that the control recognizes.
protected override bool IsInputChar(char charCode)
Protected Overrides Function IsInputChar(charCode As Char) As Boolean
| Type | Name | Description |
|---|---|---|
| char | charCode | Character to check |
| Type | Description |
|---|---|
| bool | true if the character can be handled by the control and not preprocessed; otherwise, false |