Click or drag to resize

ToolBarItemCollectionItem Property

Get 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 ToolBarItem this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of the toolbar item to retrieve.

Return Value

Type: ToolBarItem
represents the toolbar item at the specified index in the collection ToolBarItem .
See Also