ToolBar Class |
Namespace: RootPro.RootProCAD.UI
The ToolBar type exposes the following members.
Name | Description | |
---|---|---|
AssociatedCommands |
Gets or sets an array of the names of the commands associated with the toolbar.
| |
BuiltIn |
Get a value indicating whether it is a built-in toolbar.
| |
CommandAssociable |
Gets or sets a value indicating whether the toolbar can be associated with the command.
| |
ID |
Get the ID of the toolbar.
| |
Index |
Get the index number in the collection of the toolbar.
| |
Items |
Get a collection of toolbar items.
| |
Text |
Get or set the text of the toolbar.
| |
Visible |
Get a value indicating whether the toolbar is displayed.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Reset |
Reset the toolbar.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |