Click or drag to resize

ToolBarCollectionAdd Method (String)

Add a new toolbar.

Namespace:  RootPro.RootProCAD.UI
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract ToolBar Add(
	string name
)

Parameters

name
Type: SystemString
Name of toolbar to add

Return Value

Type: ToolBar
ToolBar representing the added toolbar.
See Also