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