Click or drag to resize

ToolBarCollectionFindByText Method

Retrieve the array of matching toolbars by searching the toolbar with the Text property of the specified text.

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 ToolBar[] FindByText(
	string text
)

Parameters

text
Type: SystemString
Text to search for toolbar

Return Value

Type: ToolBar
Array of search results ToolBar .
See Also