Click or drag to resize

Toolbar Class

Represents a toolbar in a Rhino toolbar, or .RUI, file.
Inheritance Hierarchy
SystemObject
  Rhino.UIToolbar

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public sealed class Toolbar

The Toolbar type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBitmapSize
Gets and sets the size of the toolbar image.
Public propertyId
Gets the id of the toolbar.
Public propertyName
Gets the name of the toolbar.
Public propertyStatic memberTabSize
Gets and sets the size of the toolbar tab.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also