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
Public Enumeration CommandPromptPosition
Members
| Member name | Value | Description |
---|
| Top | 0 | The command prompt is shown on top. |
| Bottom | 1 | The command prompt is shown at the bottom. |
| Floating | 2 | The command prompt is shown floating. |
| Hidden | 3 | The command prompt is shown hidden. |
See Also