Skip to content

CursorTooltipSettingsState

Public Class

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

Initializes a new instance of the CursorTooltipSettingsState class


Properties

Name

Description


Public Property

Attempts to display only the most useful tooltip.


Public Property

Tooltip background color.


Public Property

Displays the current command prompt.


Public Property

Displays the distance from the last picked point.


Public Property

Turns on/off gumball tooltips


Public Property

The x and y distances in pixels from the cursor location to the tooltip.


Public Property

Displays the current object snap selection.


Public Property

Displays the current construction plane coordinates.


Public Property

Displays the relative construction plane coordinates and angle from the last picked point.


Public Property

Tooltip text color.


Public Property

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.)