Click or drag to resize

ToolBarItemCollectionInsert Method

Insert the toolbar item at the specified index in the collection.

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 Insert(
	int index,
	ToolBarItemType itemType
)

Parameters

index
Type: SystemInt32
The position in the collection in which to insert the toolbar item.
itemType
Type: RootPro.RootProCAD.UIToolBarItemType
Type of toolbar item to add
See Also