CursorTooltipSettingsState
Represents a snapshot of CursorTooltipSettings.
Inheritance Hierarchy
System.Object
Rhino.ApplicationSettings.CursorTooltipSettingsState
Namespace: Rhino.ApplicationSettings
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public class CursorTooltipSettingsState
The CursorTooltipSettingsState type exposes the following members.
Constructors
Name
Description
Public Method
CursorTooltipSettingsState
Initializes a new instance of the CursorTooltipSettingsState class
Properties
Name
Description
Public Property
AutoSuppress
Attempts to display only the most useful tooltip.
Public Property
BackgroundColor
Tooltip background color.
Public Property
CommandPromptPane
Displays the current command prompt.
Public Property
DistancePane
Displays the distance from the last picked point.
Public Property
EnableGumballToolTips
Turns on/off gumball tooltips
Public Property
Offset
The x and y distances in pixels from the cursor location to the tooltip.
Public Property
OsnapPane
Displays the current object snap selection.
Public Property
PointPane
Displays the current construction plane coordinates.
Public Property
RelativePointPane
Displays the relative construction plane coordinates and angle from the last picked point.
Public Property
TextColor
Tooltip text color.
Public Property
TooltipsEnabled
Turns on/off cursor tooltips.
Methods
Name
Description
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected Method
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)