This defines the keys which must be treated as input for this control.
This affects mnemonic key event in a dialog and does not affect to KeyPress (WM_CHAR) event.
Namespace: Sgry.Azuki.WinFormsAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
protected override bool IsInputKey( Keys keyData ) |
Visual Basic |
---|
Protected Overrides Function IsInputKey ( keyData As Keys ) As Boolean |
Parameters
- keyData
- Type: System.Windows.Forms..::..Keys