Enum ModifierKeyState
Defines the constants that specifies the states of modifier key in EditControl.
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public enum ModifierKeyState
Fields
| Name | Description |
|---|---|
| Indifferent | Specifies whether the state of the modifier key is not checked. |
| Pressed | Specifies that the modifier key must be pressed. |
| Unpressed | Specifies that the modifier key must be not pressed. |