HandleKey Method (KeyMapStack)
Handles a keystroke.
'Declaration
Public Function HandleKey( _
ByVal As Keys _
) As Boolean
public bool HandleKey(
Keys
)
Parameters
- keyData
- The keystroke to handle.
Return Value
True if the keystroke was handled, false otherwise.