Click or drag to resize

MouseCursorSetToolTip Method

Sets a cursor tooltip string shown next to the mouse cursor. Overrides all cursor tooltip panes.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static void SetToolTip(
	string tooltip
)

Parameters

tooltip
Type: SystemString
The text to show.
See Also