Click or drag to resize

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)
Since: 5.0
Syntax
public enum 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.
See Also