IGH_ZuiAction Interface |
Namespace: Grasshopper.Kernel
The IGH_ZuiAction type exposes the following members.
Name | Description | |
---|---|---|
Name |
Gets the display name for this action. Keep it short and sweet.
| |
TooltipEnabled |
Gets the tooltip enabled value. If False, no further tooltip functions will be called.
(Inherited from IGH_TooltipAwareObject.) |
Name | Description | |
---|---|---|
IsTooltipRegion |
Determine whether the specified pixel should result in a tooltip when the cursor hovers over it.
(Inherited from IGH_TooltipAwareObject.) | |
Perform |
This method will be called when the action needs to be performed.
| |
SetupTooltip |
This function is called when a tooltip it about to be displayed.
(Inherited from IGH_TooltipAwareObject.) |