Click or drag to resize

ToolbarGroup Class

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

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

The ToolbarGroup type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets the id of the toolbar group.
Public propertyIsDocked
Returns true if the toolbar group is docked.
Public propertyName
Gets the name of the toolbar group.
Public propertyVisible
Gets and sets a toolbar group's visibility.
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