BCGSoft.Shared Namespace : DockEdge Enumeration |
Indicates the docking position for a toolbar or docking pane.
'Declaration Public Enum DockEdge Inherits System.Enum
'Usage Dim instance As DockEdge
public enum DockEdge : System.Enum
__value public enum DockEdge : public System.Enum
public enum class DockEdge : public System.Enum
Member | Description |
---|---|
All | The control can be docked to all of the edges. |
Bottom | The control can be docked to the bottom edge. |
Left | The control can be docked to the left edge. |
None | The control can not be docked. |
Right | The control can be docked to the right edge. |
Top | The control can be docked to the top edge. |
System.Object
System.ValueType
System.Enum
BCGSoft.Shared.DockEdge
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