Adds a handler to the keymap.
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
C# |
---|
public void AddHandler( Keys keyData, KeyMap..::..DoAction handler ) |
Visual Basic |
---|
Public Sub AddHandler ( _ keyData As Keys, _ handler As KeyMap..::..DoAction _ ) |
Parameters
- keyData
- Type: System.Windows.Forms..::..Keys
The keystroke to map.
- handler
- Type: C1.Win.C1Preview..::..KeyMap..::..DoAction
The handler for the keystroke.