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)
Syntaxpublic static void SetToolTip(
string tooltip
)
Public Shared Sub SetToolTip (
tooltip As String
)
Parameters
- tooltip
- Type: SystemString
The text to show.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also