TerminalControl.IsInputChar Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.Control.dll (version 7.0.9448)
IsInputChar(Char)
Determines if a character is an input character the control recognizes.
Declaration
protected override bool IsInputChar(char charCode)
Parameters
| Type | Name | Description |
|---|---|---|
| Char | charCode | Input character. |
Returns
| Type | Description |
|---|---|
| Boolean | Value indicating whether the input character is recognized by the control. |