BCGControlBar Library for .NET
CommandBarEdges Property




Specifies to what sides of the host form command bars can be docked.
Syntax
'Declaration
 
Public Property CommandBarEdges As DockEdge
'Usage
 
Dim instance As CommandBarManager
Dim value As DockEdge
 
instance.CommandBarEdges = value
 
value = instance.CommandBarEdges
public DockEdge CommandBarEdges {get; set;}
public: __property DockEdge get_CommandBarEdges();
public: __property void set_CommandBarEdges( 
   DockEdge value
);
public:
property DockEdge CommandBarEdges {
   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

CommandBarManager Class
CommandBarManager Members

Send Feedback