Click or drag to resize

WindowStyle Enumeration

Specifies how a new window should appear when Rhino starts.

Namespace:  Rhino.Runtime.InProcess
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public enum WindowStyle
Members
  Member nameValueDescription
NoWindow-1 The no window style.
Normal0 The normal, visible window style.
Hidden1 The hidden window style.
Minimized2 The minimized window style.
Maximized3 The maximized window style.
See Also