public interface IDockProvider extends IInitable
IDockProvider does not expose any properties of the docking container or any properties of controls that might be docked adjacent to the current control in the docking container. Controls are docked relative to each other based on their current z-order; the higher their z-order placement, the farther they are placed from the specified edge of the docking container.
Modifier and Type | Interface and Description |
---|---|
static class |
IDockProvider.DockProviderContext
context object for IDockProvider.
|
Modifier and Type | Method and Description |
---|---|
DockPosition |
get_DockPosition()
Indicates the current docking position of this element.
|
void |
SetDockPosition(DockPosition dockPosition)
Sets the docking position of this element.
|
initialize
void SetDockPosition(DockPosition dockPosition)
A docking container is a control that allows the arrangement of child elements, both horizontally and vertically, relative to the boundaries of the docking container and other elements within the container.
dockPosition
- The new docking position.DockPosition get_DockPosition()
A docking container is a control that allows the arrangement of child elements, both horizontally and vertically, relative to the boundaries of the docking container and other elements in the container.