TerminalControl.IsInputKey Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.Control.dll (version 7.0.9448)
IsInputKey(Keys)
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
Declaration
protected override bool IsInputKey(Keys keyData)
Parameters
| Type | Name | Description |
|---|---|---|
| Keys | keyData | Key data. |
Returns
| Type | Description |
|---|---|
| Boolean | Value indicating whether to preprocess the key. |