Skybound VisualTips

VisualTip.Provider Property

Gets the VisualTipProvider which is associated with this tip.

[Visual Basic]
Public ReadOnly Property Provider As VisualTipProvider
[C#]
public VisualTipProvider Provider {get;}

Property Value

The VisualTipProvider which was associated with this tip by SetVisualTip, or a null reference (Nothing in Visual Basic).

See Also

VisualTip Class | Skybound.VisualTips Namespace