Click or drag to resize

ToolBarItemCollectionFind Method

Find a toolbar item with the specified name and get an array of matching toolbar items.

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[] Find(
	string name
)

Parameters

name
Type: SystemString
Name of the toolbar item to search

Return Value

Type: ToolBarItem
Array of search results ToolBarItem .
See Also