Interface IDockProvider
- All Superinterfaces:
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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classcontext object for IDockProvider. -
Method Summary
Modifier and TypeMethodDescriptionIndicates the current docking position of this element.voidSetDockPosition(DockPosition dockPosition) Sets the docking position of this element.Methods inherited from interface at.bestsolution.uia.IInitable
initialize
-
Method Details
-
SetDockPosition
Sets the docking position of this element.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.
- Parameters:
dockPosition- The new docking position.
-
get_DockPosition
DockPosition get_DockPosition()Indicates the current docking position of this element.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.
- Returns:
- the dock position
-