Click or drag to resize

GH_ExtendableComponentAttributesGetActiveTooltip Method

Gets the active tooltip.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public bool GetActiveTooltip(
	PointF pt
)

Parameters

pt
Type: System.DrawingPointF
Point.

Return Value

Type: Boolean
true, if a tool tip was set active, else false.
See Also