[]
Invokes the handler for the specified 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 | The return value of the handler, false if it is not found. |