Click or drag to resize

ToolbarFileCollectionItem Property

Gets an open toolbar file by index.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public ToolbarFile this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index of the toolar file.

Return Value

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