Click or drag to resize

GH_ExtendableComponentAttributesGetActiveTooltip Method

Gets the active tooltip.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
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