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 = 13The specific drop area is the bottom of a LayoutAnchorablePaneControl control.
AnchorablePaneDockInside = 14The specific drop area is a LayoutAnchorablePaneControl control (the dropped control and the drop target will be part of a tabbed display).
AnchorablePaneDockLeft = 10The specific drop area is the left of a LayoutAnchorablePaneControl control.
AnchorablePaneDockRight = 12The specific drop area is the right of a LayoutAnchorablePaneControl control.
AnchorablePaneDockTop = 11The specific drop area is the top of a LayoutAnchorablePaneControl control.
DockingManagerDockBottom = 3The specific drop area is the bottom of the DockingManager control.
DockingManagerDockLeft = 0The specific drop area is the left of the DockingManager control.
DockingManagerDockRight = 2The specific drop area is the right of the DockingManager control.
DockingManagerDockTop = 1The specific drop area is the top of the DockingManager control.
DocumentPaneDockAsAnchorableBottom = 18DocumentPaneDockAsAnchorableLeft = 15DocumentPaneDockAsAnchorableRight = 17DocumentPaneDockAsAnchorableTop = 16DocumentPaneDockBottom = 7The specific drop area is the bottom of a LayoutDocumentPaneControl control.
DocumentPaneDockInside = 8The specific drop area is a LayoutDocumentPaneControl control (the dropped control and the drop target will be part of a tabbed display).
DocumentPaneDockLeft = 4The specific drop area is the left of a LayoutDocumentPaneControl control.
DocumentPaneDockRight = 6The specific drop area is the right of a LayoutDocumentPaneControl control.
DocumentPaneDockTop = 5The specific drop area is the top of a LayoutDocumentPaneControl control.
DocumentPaneGroupDockInside = 9The specific drop area is a LayoutDocumentPaneGroupControl control (the dropped control and the drop target will be part of a tabbed display).