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
)
Public MustOverride Function Add (
name As String
) As ToolBar
Parameters
- name
- Type: SystemString
Name of toolbar to add
Return Value
Type:
ToolBar ToolBar representing the added toolbar.
See Also