[]
        
(Showing Draft Content)

C1.Win.C1Preview.KeyMap.SetHandler

SetHandler Method

SetHandler(Keys, DoAction)

Sets a handler to an existing key.

Declaration
public void SetHandler(Keys keyData, KeyMap.DoAction handler)
Public Sub SetHandler(keyData As Keys, handler As KeyMap.DoAction)
Parameters
Type Name Description
Keys keyData

The keystroke to map.

KeyMap.DoAction handler

The handler for the keystroke.