[]
        
(Showing Draft Content)

C1.Win.C1Preview.KeyMapStack.HandleKey

HandleKey Method

HandleKey(Keys)

Handles a keystroke.

Declaration
public bool HandleKey(Keys keyData)
Public Function HandleKey(keyData As Keys) As Boolean
Parameters
Type Name Description
Keys keyData

The keystroke to handle.

Returns
Type Description
bool

True if the keystroke was handled, false otherwise.