BCGControlBar Library for .NET
CommandBar Class
Members 




Base class for all command bars.
A command bar implements functionality of  control which can be either floated in host popup window, or docked to edge of parent form. In docked state a command bar object resides on "dock row". Also, a command bar control can be placed on another control. A command bar object must be added to  a CommandBarManager component in order to enable docking and floating capabilities.

A command bar object fires the CommandSent event, which notifies subscribers that a specific command assigned to one of elements of a command bar should be executed.
You have to inherit from this class if you wish to create custom command bars.

Object Model
CommandBar ClassICommandObject InterfaceICommandObject InterfaceDockBar ClassDockBarRow ClassICommandObject InterfaceCollectionWithEvents ClassObject ClassCommandButton ClassCommandBarManager ClassICommandObject InterfaceCommandButton ClassToolTipEx ClassCommandBar Class
Syntax
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            BCGSoft.Controls.Shared.CommandPanel
               BCGSoft.ControlBars.CommandBar
                  BCGSoft.ControlBars.Ribbon.CategoryPanel
                  BCGSoft.ControlBars.Ribbon.RibbonControl
                  BCGSoft.ControlBars.Ribbon.RibbonStatusBar
                  BCGSoft.ControlBars.Toolbar
                  BCGSoft.Controls.BackstageView.BackstageViewControl

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

Send Feedback