RhinoCommon API
StatusBar Class |
Contains static methods to control the application status bar.
Namespace: Rhino.UI
Assembly: RhinoCommon (in RhinoCommon.dll)
The StatusBar type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearMessagePane |
Removes the message from the message pane.
| |
| HideProgressMeter |
Ends, or hides, Rhino's status bar progress meter.
| |
| SetDistancePane |
Sets the distance pane to a distance value.
| |
| SetMessagePane |
Sets the message pane to a message.
| |
| SetNumberPane |
Sets the number pane to a number value
| |
| SetPointPane |
Sets the point pane to a point value.
| |
| ShowProgressMeter |
Starts, or shows, Rhino's status bar progress meter.
| |
| UpdateProgressMeter |
Sets the current position of Rhino's status bar progress meter.
|