Enum TabDraggingAction
Defines the constants that specify the action for tab dragging operation.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum TabDraggingAction
Fields
Name | Description |
---|---|
Dragging | Specifies the tab being dragged in TabbedForm. |
DragStarted | Specifies the dragging operation after initialized on the tab. |
DragStarting | Specifies the dragging operation being initiated on the tab. |
Dropped | Specifies the tab dropped in TabbedForm. |
Dropping | Specifies the tab being dropped on the TabbedForm. |