Click or drag to resize

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 container 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)
Since: 6.2
Syntax
public static bool FloatPanel(
	Guid panelTypeId,
	PanelsFloatPanelMode mode
)

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: Boolean
Return true if the panel visibility state was changed, false otherwise.
See Also