BCGControlBar Library for .NET
CommandBarManager Class
Members 




The CommandBarManager component manages all floating and docked CommandBar objects. You should add this component to each Form you want to enable dockable and floating command bars for.
You specify to what sides of the host form command bars can be docked by setting the CommandBarEdges property.
You can add command bars to be managed by CommandBarManager using DockCommandBar and FloatCommandBar members.
CommandBarManager handles the application idle state and fires UpdateCmdUI event which allows subscribers update the current UI command state. For example, toolbars can update checked or disabled buttons. 
By changing the VisualStyle property you can specify look & feel of command bars managed by CommandBarManager.
CommandBarManager can save and load state to/from a stream using SaveState/LoadState methods.

Object Model
CommandBarManager ClassCommandManager ClassCommandBarCollection ClassCommandBar ClassDockBarCollection ClassDockBar Class
Syntax
'Declaration
 
Public Class CommandBarManager 
   Inherits System.ComponentModel.Component
'Usage
 
Dim instance As CommandBarManager
public class CommandBarManager : System.ComponentModel.Component 
public __gc class CommandBarManager : public System.ComponentModel.Component 
public ref class CommandBarManager : public System.ComponentModel.Component 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         BCGSoft.ControlBars.CommandBarManager

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 Members
BCGSoft.ControlBars Namespace

Send Feedback