ToolbarFile Class |
Namespace: Rhino.UI
The ToolbarFile type exposes the following members.
Name | Description | |
---|---|---|
![]() | GroupCount |
Get the number of toolbar groups in the toolbar file.
|
![]() | Id |
Gets the id of the toolbar file.
|
![]() | Name |
Gets the name, or alias, of the toolbar file.
|
![]() | Path |
Gets the full path to the toolbar file.
|
![]() | ToolbarCount |
Get the number of toolbars in the toolbar file.
|
Name | Description | |
---|---|---|
![]() | Close |
Closes the toolbar file.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetGroup(Int32) |
Gets a toolbar group.
|
![]() | GetGroup(String) |
Gets a toolbar group.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetToolbar |
Gets a toolbar.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Save |
Saves the toolbar file.
|
![]() | SaveAs |
Saves the toolbar file to a different path.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |