BCGControlBar Library for .NET
Toolbar Class
Members 




Inherits CommandBar class of the BCGSoft.ControlBars namespace. Implements interface IMessageFilter of the System.Windows.Forms namespace  and ISerializable of System.Runtime.Serialization namespace.

A command bar-derived object that represents a toolbar. A toolbar contains a set of toolbar buttons associated with commands. When a toolbar button is pressed, it fires the ToolbarButtonClick event. If a button can show tooltip, a toolbar fires the ToolbarButtonShowTooltip event when the mouse hovers over the button.
Object Model
Toolbar ClassToolbarButton ClassICommandObject InterfaceICommandObject InterfaceDockBar ClassDockBarRow ClassPopupMenuBar ClassICommandObject InterfaceCollectionWithEvents ClassObject ClassCommandButton ClassCommandBarManager ClassToolbarMenuButton ClassICommandObject InterfaceCommandButton ClassToolTipEx ClassCommandBar Class
Syntax
'Declaration
 
Public Class Toolbar 
   Inherits CommandBar
   Implements BCGSoft.Controls.Shared.IToolTipInfoProvider 
'Usage
 
Dim instance As Toolbar
public __gc class Toolbar : public CommandBar, BCGSoft.Controls.Shared.IToolTipInfoProvider  
public ref class Toolbar : public CommandBar, BCGSoft.Controls.Shared.IToolTipInfoProvider  
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            BCGSoft.Controls.Shared.CommandPanel
               BCGSoft.ControlBars.CommandBar
                  BCGSoft.ControlBars.Toolbar
                     BCGSoft.ControlBars.ButtonGroupPanel
                     BCGSoft.ControlBars.MenuBar
                     BCGSoft.ControlBars.PopupMenuBar
                     BCGSoft.ControlBars.Ribbon.CategoryItem
                     BCGSoft.ControlBars.Ribbon.QuickAccessToolbar

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

Toolbar Members
BCGSoft.ControlBars Namespace

Send Feedback