Intersoft ClientUI Documentation
Dock Enumeration
See Also  Send Feedback
Intersoft.Client.Framework Namespace : Dock Enumeration






Specifies values that control the behavior of a control positioned inside another control.

Syntax

Visual Basic (Declaration) 
Public Enum Dock 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As Dock
C# 
public enum Dock : System.Enum 
Delphi 
public enum Dock = class(System.Enum)
JScript 
public enum Dock extends System.Enum
Managed Extensions for C++ 
__value public enum Dock : public System.Enum 
C++/CLI 
public enum class Dock : public System.Enum 

Members

MemberDescription
BottomSpecifies that the control should be positioned at the bottom of control.
LeftSpecifies that the control should be positioned on the left of the control.
RightSpecifies that the control should be positioned on the right of the control.
TopSpecifies 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.