ToolbarFileGetToolbar Method |
Gets a toolbar.
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax public Toolbar GetToolbar(
int index
)
Public Function GetToolbar (
index As Integer
) As Toolbar
Parameters
- index
- Type: SystemInt32
The index of the toolbar.
Return Value
Type:
ToolbarThe toolbar if successful, null otherwise.
See Also