Click or drag to resize

ShowPanelReason Enumeration

OnShowDockbar event type

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum ShowPanelReason
Members
  Member nameValueDescription
Show0 Dock bar shown or made visible
Hide1 Dock bar hidden, no longer visible
HideOnDeactivate2 Dock bar temporarily hidden because the main Rhino application is no longer active.
ShowOnDeactivate3 Dock bar that was temporarily hidden when the main Rhino application was deactivated is now being shown.
See Also