Sets a handler to an existing key.
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
C# |
---|
public void SetHandler( Keys keyData, KeyMap..::..DoAction handler ) |
Visual Basic |
---|
Public Sub SetHandler ( _ 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.