Version

DockedPosition Enumeration

Enumerator used to specify the location of a docking area.
Syntax
'Declaration
 
Public Enum DockedPosition 
   Inherits System.Enum
public enum DockedPosition : System.Enum 
Members
MemberDescription
BottomThe docking area is located at the bottom of the container.
LeftThe docking area is located at the left edge of the container.
NoneThe docking area has not been assigned a position, yet.
RightThe docking area is located at the right edge of the container.
TopThe docking area is located at the top of the container.
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