Click or drag to resize

GH_TooltipDisplayEventArgsText Property

Gets or sets the text of the tooltip. If you do not set the Text property, you must set the Title property or the tooltip will not be shown.

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public string Text { get; set; }

Property Value

Type: String

[Missing <value> documentation for "P:Grasshopper.GUI.GH_TooltipDisplayEventArgs.Text"]

See Also