Class DragTarget
Specifies the different target position of the docking window.
Inheritance
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class DragTarget : Enum
Fields
DocumentBottom
Represents the bottom position of the target document window to create horizontal document tab group.
Declaration
public const DragTarget DocumentBottom
Field Value
| Type |
|---|
| DragTarget |
DocumentLeft
Represents the left position of the target document window to create vertical document tab group.
Declaration
public const DragTarget DocumentLeft
Field Value
| Type |
|---|
| DragTarget |
DocumentRight
Represents the right position of the target document window to create vertical document tab group.
Declaration
public const DragTarget DocumentRight
Field Value
| Type |
|---|
| DragTarget |
DocumentTop
Represents the top position of the target document window to create horizontal document tab group.
Declaration
public const DragTarget DocumentTop
Field Value
| Type |
|---|
| DragTarget |
InnerBottom
Inner Bottom of the target window.
Declaration
public const DragTarget InnerBottom
Field Value
| Type |
|---|
| DragTarget |
InnerLeft
Inner Left of the target window.
Declaration
public const DragTarget InnerLeft
Field Value
| Type |
|---|
| DragTarget |
InnerRight
Inner Right of the target window.
Declaration
public const DragTarget InnerRight
Field Value
| Type |
|---|
| DragTarget |
InnerTab
Inner Tab of the target window.
Declaration
public const DragTarget InnerTab
Field Value
| Type |
|---|
| DragTarget |
InnerTop
Inner Top of the target window.
Declaration
public const DragTarget InnerTop
Field Value
| Type |
|---|
| DragTarget |
None
None of the target position in a window.
Declaration
public const DragTarget None
Field Value
| Type |
|---|
| DragTarget |
OuterBottom
Outer Bottom of the target window.
Declaration
public const DragTarget OuterBottom
Field Value
| Type |
|---|
| DragTarget |
OuterLeft
Outer Left of the target window.
Declaration
public const DragTarget OuterLeft
Field Value
| Type |
|---|
| DragTarget |
OuterRight
Outer Right of the target window.
Declaration
public const DragTarget OuterRight
Field Value
| Type |
|---|
| DragTarget |
OuterTop
Outer Top of the target window.
Declaration
public const DragTarget OuterTop
Field Value
| Type |
|---|
| DragTarget |