Click or drag to resize

IGH_ZuiAction Interface

Represents a single action which is only visible on screen above a certain zoom level.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public interface IGH_ZuiAction : IGH_TooltipAwareObject

The IGH_ZuiAction type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets the display name for this action. Keep it short and sweet.
Public propertyTooltipEnabled
Gets the tooltip enabled value. If False, no further tooltip functions will be called.
(Inherited from IGH_TooltipAwareObject.)
Top
Methods
  NameDescription
Public methodIsTooltipRegion
Determine whether the specified pixel should result in a tooltip when the cursor hovers over it.
(Inherited from IGH_TooltipAwareObject.)
Public methodPerform
This method will be called when the action needs to be performed.
Public methodSetupTooltip
This function is called when a tooltip it about to be displayed.
(Inherited from IGH_TooltipAwareObject.)
Top
See Also