Click or drag to resize

ToolbarFileGetGroup Method (String)

Gets a toolbar group.

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

Parameters

name
Type: SystemString
The name of the toolbar group.

Return Value

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