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