CanHandle Method (KeyMap)
In This Topic
Tests whether the current keymap can handle the keystroke.
Syntax
'Declaration
Public Function CanHandle( _
ByVal As Keys _
) As Boolean
public bool CanHandle(
Keys
)
Parameters
- keyData
- The keystroke to test.
Return Value
True if the current keymap contains a handler for the keystroke, false otherwise.
See Also