ToolBarItemCollectionAdd Method |
Add a new 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 ToolBarItem Add(
ToolBarItemType itemType
)
Public MustOverride Function Add (
itemType As ToolBarItemType
) As ToolBarItem
Parameters
- itemType
- Type: RootPro.RootProCAD.UIToolBarItemType
Type of toolbar item to add
Return Value
Type:
ToolBarItem ToolBarItem representing the added toolbar item.
See Also