Intersoft ClientUI Documentation
Dock Enumeration



Specifies values that control the behavior of a control positioned inside another control.
Syntax
Public Enum Dock 
   Inherits System.Enum
Dim instance As Dock
public enum Dock : System.Enum 
public enum class Dock : public System.Enum 
Members
MemberDescription
Bottom Specifies that the control should be positioned at the bottom of control.
Left Specifies that the control should be positioned on the left of the control.
Right Specifies that the control should be positioned on the right of the control.
Top Specifies that the control should be positioned on top of the control.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.Framework.Dock

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.Framework Namespace

Send Feedback