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 |