[]
Handles a keystroke.
public bool HandleKey(Keys keyData)
Public Function HandleKey(keyData As Keys) As Boolean
| Type | Name | Description |
|---|---|---|
| Keys | keyData | The keystroke to handle. |
| Type | Description |
|---|---|
| bool | True if the keystroke was handled, false otherwise. |