Click or drag to resize

PanelsFloatPanelMode Enumeration

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

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.2
Syntax
public enum FloatPanelMode
Members
  Member nameValueDescription
Show0 Show the floating panel
Hide1 Hide the floating panel
Toggle2 Toggle the visibility state
See Also