RhinoCommon API
PanelsFloatPanel Method (Type, 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( Type panelType, PanelsFloatPanelMode mode )
Public Shared Function FloatPanel ( panelType As Type, mode As PanelsFloatPanelMode ) As Boolean
Parameters
- panelType
- Type: SystemType
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