alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class DragState

    Specifies whether the control is currently being dragged, and how.

    Inheritance
    System.Object
    DragState
    Namespace: Syncfusion.Windows.Forms.Tools.Enums
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class DragState : Enum

    Fields

    Collapsed

    the splitter is collapsed.

    Declaration
    public const DragState Collapsed
    Field Value
    Type
    DragState

    Dragged

    the splitter is being dragged now;

    Declaration
    public const DragState Dragged
    Field Value
    Type
    DragState

    Expanded

    the splitter is expanded;

    Declaration
    public const DragState Expanded
    Field Value
    Type
    DragState

    Normal

    the splitter is still;

    Declaration
    public const DragState Normal
    Field Value
    Type
    DragState
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved