This class is used to encapsulate and manipulate multiple toolbars.
An instance of this class is used by the Flexivert application to
manage toolbars.
| C# | Visual Basic | Visual C++ |
public class ToolbarManager
Public Class ToolbarManager
public ref class ToolbarManager
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ToolbarManager()()() | Initializes a new instance of the ToolbarManager class | |
| AddToolBar(Toolbar) |
Adds a toolbar to the toolbar manager.
| |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetToolbar(String) |
Retrieves a specific toolbar.
| |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Items |
Gets or sets the collection of toolbars managed by this toolbar manager.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| RemoveToolbar(Toolbar) |
Removes a toolbar from the toolbar manager.
| |
| RenderToolStrip(ToolStripContainer) |
Creates user interface controls for the toolbars contained
in the toolbar manager, and adds them to a toolstrip container.
| |
| ToString()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
| Object | |
| ToolbarManager | |