ToolbarFileGetGroup Method (String) |
Gets a toolbar group.
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public ToolbarGroup GetGroup(
string name
)
Public Function GetGroup (
name As String
) As ToolbarGroup
Parameters
- name
- Type: SystemString
The name of the toolbar group.
Return Value
Type:
ToolbarGroupThe toolbar group if successful, null otherwise.
See Also