GH_FloatingParamAttributes.SetupTooltip Method

GH_FloatingParamAttributesSetupTooltip Method

Namespace:  Grasshopper.Kernel.Attributes
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public override void SetupTooltip(
	PointF point,
	GH_TooltipDisplayEventArgs e
)
Public Overrides Sub SetupTooltip ( 
	point As PointF,
	e As GH_TooltipDisplayEventArgs
)

Parameters

point
Type: System.DrawingPointF
e
Type: Grasshopper.GUIGH_TooltipDisplayEventArgs
See Also