[]
        
(Showing Draft Content)

C1.Win.C1Preview.KeyMap.CanHandle

CanHandle Method

CanHandle(Keys)

Tests whether the current keymap can handle the keystroke.

Declaration
public bool CanHandle(Keys keyData)
Parameters
Type Name Description
Keys keyData

The keystroke to test.

Returns
Type Description
bool

True if the current keymap contains a handler for the keystroke, false otherwise.