Intersoft ClientUI Documentation
DockPlacement Enumeration



Determines the control placement in a Dock control.
Syntax
Public Enum DockPlacement 
   Inherits System.Enum
Dim instance As DockPlacement
public enum DockPlacement : System.Enum 
public enum class DockPlacement : public System.Enum 
Members
MemberDescription
LeftOrTop Control is placed in the left position when preferred orientation is horizontal, or top position when the orientation is vertical.
RightOrBottom Control is placed in the right position when preferred orientation is horizontal, or bottom position when the orientation is vertical.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Aqua.DockPlacement

Requirements

Target Platforms: 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

Reference

Intersoft.Client.UI.Aqua Namespace

Send Feedback