ClearHandler Method (KeyMap)
In This Topic
Removes the handler for the specified keystroke from the keymap.
Syntax
'Declaration
Public Sub ClearHandler( _
ByVal As Keys _
)
public void ClearHandler(
Keys
)
Parameters
- keyData
- The keystroke to remove.
See Also