ToolbarFileCollectionItem Property |
Gets an open toolbar file by index.
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public ToolbarFile this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ToolbarFile
Get
Parameters
- index
- Type: SystemInt32
The index of the toolar file.
Return Value
Type:
ToolbarFileThe toolbar if successful, null otherwise.
See Also