Skybound VisualTips

VisualTipProvider.TrackedTip Property

Gets the VisualTip which is currently being tracked.

[Visual Basic]
Public Shared ReadOnly Property TrackedTip As VisualTip
[C#]
public static VisualTip TrackedTip {get;}

Property Value

The VisualTip which is currently being tracked.

Remarks

A tracked tip is automatically undisplayed when the mouse touches it. In any given application, only one VisualTip may be tracked at a time. This property returns the tip which is currently being tracked, or a null reference (Nothing in Visual Basic) if no tip is tracked.

See Also

VisualTipProvider Class | Skybound.VisualTips Namespace