Represents a toolbar, consisting of IToolButton instances.
| C# | Visual Basic | Visual C++ |
public class Toolbar
Public Class Toolbar
public ref class Toolbar
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Toolbar(String) |
Creates a new instance of the Toolbar class with a specific display name.
| |
| 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.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Items |
Gets or sets the collection of buttons the toolbar contains.
| |
| Location |
Gets or sets the location of the toolbar in the toolstrip container.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
Gets or sets the display name of the toolbar.
| |
| Pane |
Gets or sets the toolstrip pane the toolbar is currently on.
| |
| ToString()()() |
Returns the string representation of the toolbar, which is its display name.
(Overrides Object.ToString()()().) | |
| Visible |
Gets or sets the visible state of the toolbar.
|
| Object | |
| Toolbar | |