Removes the handler for the specified keystroke from the keymap.
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
| C# |
|---|
public void ClearHandler( Keys keyData ) |
| Visual Basic |
|---|
Public Sub ClearHandler ( _ keyData As Keys _ ) |
Parameters
- keyData
- Type: System.Windows.Forms..::..Keys
The keystroke to remove.