Interface IDockProvider

All Superinterfaces:
IInitable

public interface IDockProvider extends IInitable
Provides access to an element in a docking container.

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.

  • Method Details

    • SetDockPosition

      void SetDockPosition(DockPosition dockPosition)
      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