Click or drag to resize

ToolbarFileGetGroup Method (Int32)

Gets a toolbar group.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public ToolbarGroup GetGroup(
	int index
)

Parameters

index
Type: SystemInt32
The index of the toolbar group.

Return Value

Type: ToolbarGroup
The toolbar group if successful, null otherwise.
See Also