Version

DockingAreaPosition Enumeration

Indicates where in the z-order the control will be positioned relative to other controls.
Syntax
'Declaration
 
Public Enum DockingAreaPosition 
   Inherits System.Enum
public enum DockingAreaPosition : System.Enum 
Members
MemberDescription
BackThe control is positioned in the back of the z-order. A docked control with the highest z-order is positioned closer to the edge of the container then other docked controls with the same dock style.
FrontThe control is positioned in the front of the z-order.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also