[]
Tests whether the stack contains a keymap that can handle the keystroke.
public bool CanHandle(Keys keyData)
| Type | Name | Description |
|---|---|---|
| Keys | keyData | The keystroke to test. |
| Type | Description |
|---|---|
| bool | True if a handler is found, false otherwise. |
Tests whether the stack contains a keymap that can handle the keystroke.
public bool CanHandle(Keys keyData, out KeyMap keyMap)
| Type | Name | Description |
|---|---|---|
| Keys | keyData | The keystroke to test. |
| KeyMap | keyMap | The keymap that can handle the keystroke. |
| Type | Description |
|---|---|
| bool | True if a handler is found, false otherwise. |