Enum DragState
Specifies whether the control is currently being dragged, and how.
Namespace: Syncfusion.Windows.Forms.Tools.Enums
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum DragState
Fields
| Name | Description |
|---|---|
| Collapsed | the splitter is collapsed. |
| Dragged | the splitter is being dragged now; |
| Expanded | the splitter is expanded; |
| Normal | the splitter is still; |