BCGControlBar Library for .NET
DockEdge Property (DockBar)




Gets or sets the edge of the host form where current DockBar is docked.

Syntax
'Declaration
 
Public Property DockEdge As DockEdge
'Usage
 
Dim instance As DockBar
Dim value As DockEdge
 
instance.DockEdge = value
 
value = instance.DockEdge
public DockEdge DockEdge {get; set;}
public: __property DockEdge get_DockEdge();
public: __property void set_DockEdge( 
   DockEdge value
);
public:
property DockEdge DockEdge {
   DockEdge get();
   void set (    DockEdge value);
}
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

DockBar Class
DockBar Members

Send Feedback