Skip to content

IGH_TooltipAwareObject

Public Interface

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

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


Methods

Name

Description


Public Method

Determine whether the specified pixel should result in a tooltip when the cursor hovers over it.


Public Method

This function is called when a tooltip it about to be displayed.