[]
Determines which keys are processed by this control.
protected override bool IsInputKey(Keys keyData)
Protected Overrides Function IsInputKey(keyData As Keys) As Boolean
| Type | Name | Description |
|---|---|---|
| Keys | keyData | an input key. |
| Type | Description |
|---|---|
| bool | true if the specified key is an input key; otherwise, false. |