IGH_TooltipAwareObject
Public Interface
Public Property
Public Method
Public Method
Implement this interface if you want your object to participate in Grasshopper Canvas tooltips.
Namespace: Grasshopper.GUI.Canvas
Assembly: Grasshopper (in Grasshopper.dll)
Syntax
public interface IGH_TooltipAwareObject
The IGH_TooltipAwareObject type exposes the following members.
Properties
Name
Description
Public Property
TooltipEnabled
Gets the tooltip enabled value. If False, no further tooltip functions will be called.
Methods
Name
Description
Public Method
IsTooltipRegion
Determine whether the specified pixel should result in a tooltip when the cursor hovers over it.
Public Method
SetupTooltip
This function is called when a tooltip it about to be displayed.