Enum DockAbility
Specifies where user can dock in some control using drag providers.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
[Flags]
public enum DockAbility
Remarks
This enum is used by DockAbility and OuterDockAbility extended properties in DockingManager.
Fields
Name | Description |
---|---|
All | All kinds of docking enabled. |
Bottom | The user can dock to bottom of control. |
DocumentBottom | Represents the bottom of the docking to the document container. |
DocumentLeft | Represents the left-side of docking to the document container. |
DocumentRight | Represents the right-side of docking to the document container. |
DocumentTop | Represents the top of the docking to the document container. |
Horizontal | Left, Right and Tabbed docking enabled. |
Left | The user can dock to the left side of control. |
None | No docking available in current control. |
Right | The user can dock to the right side of control. |
Tabbed | The user can dock another control in tab group. |
Top | The user can dock to top of control. |
Vertical | Top, Bottom and Tabbed docking enabled. |