ToolbarFile.GetToolbar Method

ToolbarFileGetToolbar Method

[Missing <summary> documentation for "M:Rhino.UI.ToolbarFile.GetToolbar(System.Int32)"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Toolbar GetToolbar(
	int index
)
Public Function GetToolbar ( 
	index As Integer
) As Toolbar

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Rhino.UI.ToolbarFile.GetToolbar(System.Int32)"]

Return Value

Type: Toolbar

[Missing <returns> documentation for "M:Rhino.UI.ToolbarFile.GetToolbar(System.Int32)"]

See Also