Click or drag to resize

ToolbarFileCollectionFindByName Method

Gets an open toolbar file by name, or alias.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public ToolbarFile FindByName(
	string name,
	bool ignoreCase
)

Parameters

name
Type: SystemString
The name, or alias, of the toolbar file.
ignoreCase
Type: SystemBoolean
true to ignore case during the comparison; otherwise, false.

Return Value

Type: ToolbarFile
The toolbar if successful, null otherwise.
See Also