CommandPromptPosition Enumeration

CommandPromptPosition Enumeration

Defines enumerated constant values for default positions of the command prompt inside the frame of the full editor window.

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum CommandPromptPosition
Public Enumeration CommandPromptPosition
Members
  Member nameValueDescription
Top0The command prompt is shown on top.
Bottom1The command prompt is shown at the bottom.
Floating2The command prompt is shown floating.
Hidden3The command prompt is shown hidden.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also