Class TabDraggingAction
Defines the constants that specify the action for tab dragging operation.
Inheritance
System.Object
TabDraggingAction
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class TabDraggingAction : Enum
Fields
Dragging
Specifies the tab being dragged in TabbedForm.
Declaration
public const TabDraggingAction Dragging
Field Value
| Type |
|---|
| TabDraggingAction |
DragStarted
Specifies the dragging operation after initialized on the tab.
Declaration
public const TabDraggingAction DragStarted
Field Value
| Type |
|---|
| TabDraggingAction |
DragStarting
Specifies the dragging operation being initiated on the tab.
Declaration
public const TabDraggingAction DragStarting
Field Value
| Type |
|---|
| TabDraggingAction |
Dropped
Specifies the tab dropped in TabbedForm.
Declaration
public const TabDraggingAction Dropped
Field Value
| Type |
|---|
| TabDraggingAction |
Dropping
Specifies the tab being dropped on the TabbedForm.
Declaration
public const TabDraggingAction Dropping
Field Value
| Type |
|---|
| TabDraggingAction |