BCGControlBar Library for .NET
DockEdge Enumeration




Indicates the docking position for a toolbar or docking pane.

Syntax
'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 
Members
MemberDescription
AllThe control can be docked to all of the edges.
BottomThe control can be docked to the bottom edge.
LeftThe control can be docked to the left edge.
NoneThe control can  not be docked.
RightThe control can be docked to the right edge.
TopThe control can be docked to the top edge.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Shared.DockEdge

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

BCGSoft.Shared Namespace

Send Feedback