[]
Determines whether the specified character is an input character that the component can handle without preprocessing.
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 component without preprocessing; false otherwise |