RhinoCommon API
PanelsFloatPanel Method (Guid, PanelsFloatPanelMode) |
Mac support:
Display the specified panel in a floating window on Mac, the floating
window will only contain the specified panel.
Windows support:
On Windows this will show or hide the floating continer containing the
specified panel. If the tab is docked with other tabs it will be
floated in a new container.
Namespace: Rhino.UI
Assembly: RhinoCommon (in RhinoCommon.dll)

public static bool FloatPanel( Guid panelTypeId, PanelsFloatPanelMode mode )
Public Shared Function FloatPanel ( panelTypeId As Guid, mode As PanelsFloatPanelMode ) As Boolean
Parameters
- panelTypeId
- Type: SystemGuid
Guid for the panel type to show/hide. - mode
- Type: Rhino.UIPanelsFloatPanelMode
Show, hide or toggle the visibility state of the specified panel
Return Value
Type: BooleanReturn true if the panel visibility state was changed, false otherwise.

Rhino for Windows
Supported in: 6.14