BCGControlBar Library for .NET
Dock Property (CommandBar)




Specifies the position and manner in which the command bar is docked. Use this property to dock the command bar to top or bottom in StandAlone mode only.
Syntax
'Declaration
 
Public Overrides Property Dock As DockStyle
'Usage
 
Dim instance As CommandBar
Dim value As DockStyle
 
instance.Dock = value
 
value = instance.Dock
public override DockStyle Dock {get; set;}
public: __property DockStyle get_Dock() override;
public: __property void set_Dock( 
   DockStyle value
) override;
public:
property DockStyle Dock {
   DockStyle get() override;
   void set (    DockStyle value) override;
}
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

CommandBar Class
CommandBar Members
Base Implementation in Dock

Send Feedback