/
/
Panels.FloatPanelMode

Panels.FloatPanelMode enum

Used by the FloatPanel method to determine if the floating panel should be shown or hidden.

Namespace: Rhino.UI
Panels.FloatPanelMode: references

Show = 0

 
Show the floating panel

Hide = 1

 
Hide the floating panel

Toggle = 2

 
Toggle the visibility state

Nothing found