Enum DropTargetType
Describes a specific drop target area inside a given type of drop area. A drop area is a specific type of control that can be identified by the DropAreaType.
public enum DropTargetType
- Extension Methods
Fields
AnchorablePaneDockBottom = 13
The specific drop area is the bottom of a LayoutAnchorablePaneControl control.
AnchorablePaneDockInside = 14
The specific drop area is a LayoutAnchorablePaneControl control (the dropped control and the drop target will be part of a tabbed display).
AnchorablePaneDockLeft = 10
The specific drop area is the left of a LayoutAnchorablePaneControl control.
AnchorablePaneDockRight = 12
The specific drop area is the right of a LayoutAnchorablePaneControl control.
AnchorablePaneDockTop = 11
The specific drop area is the top of a LayoutAnchorablePaneControl control.
DockingManagerDockBottom = 3
The specific drop area is the bottom of the DockingManager control.
DockingManagerDockLeft = 0
The specific drop area is the left of the DockingManager control.
DockingManagerDockRight = 2
The specific drop area is the right of the DockingManager control.
DockingManagerDockTop = 1
The specific drop area is the top of the DockingManager control.
DocumentPaneDockAsAnchorableBottom = 18
DocumentPaneDockAsAnchorableLeft = 15
DocumentPaneDockAsAnchorableRight = 17
DocumentPaneDockAsAnchorableTop = 16
DocumentPaneDockBottom = 7
The specific drop area is the bottom of a LayoutDocumentPaneControl control.
DocumentPaneDockInside = 8
The specific drop area is a LayoutDocumentPaneControl control (the dropped control and the drop target will be part of a tabbed display).
DocumentPaneDockLeft = 4
The specific drop area is the left of a LayoutDocumentPaneControl control.
DocumentPaneDockRight = 6
The specific drop area is the right of a LayoutDocumentPaneControl control.
DocumentPaneDockTop = 5
The specific drop area is the top of a LayoutDocumentPaneControl control.
DocumentPaneGroupDockInside = 9
The specific drop area is a LayoutDocumentPaneGroupControl control (the dropped control and the drop target will be part of a tabbed display).