ToolBarCollectionRemove Method |
Delete the specified 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 void Remove(
ToolBar toolbar
)
Public MustOverride Sub Remove (
toolbar As ToolBar
)
Parameters
- toolbar
- Type: RootPro.RootProCAD.UIToolBar
Toolbar in the collection.
See Also