BCGSoft.ControlBars Namespace : Toolbar Class |
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.'Declaration Public Class Toolbar Inherits CommandBar Implements BCGSoft.Controls.Shared.IToolTipInfoProvider
'Usage Dim instance As Toolbar
public class Toolbar : CommandBar, BCGSoft.Controls.Shared.IToolTipInfoProvider
public __gc class Toolbar : public CommandBar, BCGSoft.Controls.Shared.IToolTipInfoProvider
public ref class Toolbar : public CommandBar, BCGSoft.Controls.Shared.IToolTipInfoProvider
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
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