|
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)
Syntaxpublic bool GetActiveTooltip(
PointF pt
)
Public Function GetActiveTooltip (
pt As PointF
) As Boolean
public:
bool GetActiveTooltip(
PointF pt
)
member GetActiveTooltip :
pt : PointF -> bool
Parameters
- pt
- Type: System.DrawingPointF
Point.
Return Value
Type:
Booleantrue, if a tool tip was set active, else false.
See Also