This defines the characters 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 IsInputChar( char charCode ) |
Visual Basic |
---|
Protected Overrides Function IsInputChar ( charCode As Char ) As Boolean |
Parameters
- charCode
- Type: System..::..Char