Class ModifierKeyState
Defines the constants that specifies the states of modifier key in EditControl.
Inheritance
System.Object
ModifierKeyState
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public sealed class ModifierKeyState : Enum
Fields
Indifferent
Specifies whether the state of the modifier key is not checked.
Declaration
public const ModifierKeyState Indifferent
Field Value
| Type |
|---|
| ModifierKeyState |
Pressed
Specifies that the modifier key must be pressed.
Declaration
public const ModifierKeyState Pressed
Field Value
| Type |
|---|
| ModifierKeyState |
Unpressed
Specifies that the modifier key must be not pressed.
Declaration
public const ModifierKeyState Unpressed
Field Value
| Type |
|---|
| ModifierKeyState |