GH_Attributes(T).IsTooltipRegion Method

GH_AttributesTIsTooltipRegion Method

Determines whether a point is available for tooltip popups. By default, IsMenuRegion calls IsTooltipRegion(PointF).

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual bool IsTooltipRegion(
	PointF point
)
Public Overridable Function IsTooltipRegion ( 
	point As PointF
) As Boolean

Parameters

point
Type: System.DrawingPointF
Point location to test.

Return Value

Type: Boolean

Implements

IGH_TooltipAwareObjectIsTooltipRegion(PointF)
See Also