|
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)
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