alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved