IDockProvider.DockPosition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current DockPosition of the control in a docking container.
public:
property DockPosition DockPosition { DockPosition get(); };
DockPosition DockPosition();
public DockPosition DockPosition { get; }
var dockPosition = iDockProvider.dockPosition;
Public ReadOnly Property DockPosition As DockPosition
Property Value
The DockPosition of the control, relative to the boundaries of the docking container and to other elements in the container.