CursorTooltipSettings Class

CursorTooltipSettings Class

Cursor tooltips place information at the cursor location. Note: Turning on cursor tooltips turns off object snap cursors.
Inheritance Hierarchy
SystemObject
  Rhino.ApplicationSettingsCursorTooltipSettings

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static class CursorTooltipSettings
Public NotInheritable Class CursorTooltipSettings

The CursorTooltipSettings type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAutoSuppress
Attempts to display only the most useful tooltip.
Public propertyStatic memberBackgroundColor
Tooltip background color.
Public propertyStatic memberCommandPromptPane
Displays the current command prompt.
Public propertyStatic memberDistancePane
Displays the distance from the last picked point.
Public propertyStatic memberOffset
The x and y distances in pixels from the cursor location to the tooltip.
Public propertyStatic memberOsnapPane
Displays the current object snap selection.
Public propertyStatic memberPointPane
Displays the current construction plane coordinates.
Public propertyStatic memberRelativePointPane
Displays the relative construction plane coordinates and angle from the last picked point.
Public propertyStatic memberTextColor
Tooltip text color.
Public propertyStatic memberTooltipsEnabled
Turns on/off cursor tooltips.
Top
Methods
  NameDescription
Public methodStatic memberGetCurrentState
Gets the current settings.
Public methodStatic memberGetDefaultState
Gets the cursor tooltip factory settings.
Top
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also