[]
Tests whether the current keymap can handle the keystroke.
public bool CanHandle(Keys keyData)
Type | Name | Description |
---|---|---|
Keys | keyData | The keystroke to test. |
Type | Description |
---|---|
bool | True if the current keymap contains a handler for the keystroke, false otherwise. |