Tests whether the stack contains a keymap that can handle the keystroke.
'Declaration
Public Overloads Function CanHandle( _
ByVal As Keys _
) As Boolean
public bool CanHandle(
Keys
)
Parameters
- keyData
- The keystroke to test.
Return Value
True if a handler is found, false otherwise.