Click or drag to resize

ToolbarFileGetToolbar Method

Gets a toolbar.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Toolbar GetToolbar(
	int index
)

Parameters

index
Type: SystemInt32
The index of the toolbar.

Return Value

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