GH_Attributes(T).TooltipEnabled Property

GH_AttributesTTooltipEnabled Property

Gets the tooltip enabled value. If False, no further tooltip functions will be called.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual bool TooltipEnabled { get; }
Public Overridable ReadOnly Property TooltipEnabled As Boolean
	Get

Property Value

Type: Boolean

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Attributes`1.TooltipEnabled"]

Implements

IGH_TooltipAwareObjectTooltipEnabled
See Also