CursorTooltipSettings
Cursor tooltips place information at the cursor location. Note: Turning on cursor tooltips turns off object snap cursors.
Inheritance Hierarchy
System.Object
Rhino.ApplicationSettings.CursorTooltipSettings
Namespace: Rhino.ApplicationSettings
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public static class CursorTooltipSettings
The CursorTooltipSettings type exposes the following members.
Properties
Name
Description
Public Property
Static Member
AutoSuppress
Attempts to display only the most useful tooltip.
Public Property
Static Member
BackgroundColor
Tooltip background color.
Public Property
Static Member
CommandPromptPane
Displays the current command prompt.
Public Property
Static Member
DistancePane
Displays the distance from the last picked point.
Public Property
Static Member
EnableGumballToolTips
Turns on/off gumball tooltips
Public Property
Static Member
Offset
The x and y distances in pixels from the cursor location to the tooltip.
Public Property
Static Member
OsnapPane
Displays the current object snap selection.
Public Property
Static Member
PointPane
Displays the current construction plane coordinates.
Public Property
Static Member
RelativePointPane
Displays the relative construction plane coordinates and angle from the last picked point.
Public Property
Static Member
TextColor
Tooltip text color.
Public Property
Static Member
TooltipsEnabled
Turns on/off cursor tooltips.
Methods
Name
Description
Public Method
Static Member
GetCurrentState
Gets the current settings.
Public Method
Static Member
GetDefaultState
Gets the cursor tooltip factory settings.