Tests whether the current keymap can handle the keystroke.
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
C# |
---|
public bool CanHandle( Keys keyData ) |
Visual Basic |
---|
Public Function CanHandle ( _ keyData As Keys _ ) As Boolean |
Parameters
- keyData
- Type: System.Windows.Forms..::..Keys
The keystroke to test.