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