ToolBarItemCollectionRemove Method |
Delete the specified toolbar item.
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(
ToolBarItem item
)
Public MustOverride Sub Remove (
item As ToolBarItem
)
Parameters
- item
- Type: RootPro.RootProCAD.UIToolBarItem
Toolbar item in the collection.
See Also