[]
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
protected override bool IsInputKey(Keys keyData)
| Type | Name | Description |
|---|---|---|
| Keys | keyData | One of the Keys values. |
| Type | Description |
|---|---|
| bool | True if the specified key is a regular input key, False otherwise. |