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
)
Public Function FindByName (
name As String,
ignoreCase As Boolean
) As ToolbarFile
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:
ToolbarFileThe toolbar if successful, null otherwise.
See Also