HandleKey Method (KeyMap)
In This Topic
Invokes the handler for the specified keystroke.
Syntax
'Declaration
Public Function HandleKey( _
ByVal As Keys _
) As Boolean
public bool HandleKey(
Keys
)
Parameters
- keyData
- The keystroke to handle.
Return Value
The return value of the handler, false if it is not found.
See Also