Skybound VisualTips

VisualTipEventArgs.Instance Property

Gets the object for which the tip is displayed.

[Visual Basic]
Public ReadOnly Property Instance As Object
[C#]
public object Instance {get;}

Property Value

The Object for which the tip is displayed. For example, on a toolbar control, this would be an instance of a toolbar button object.

See Also

VisualTipEventArgs Class | Skybound.VisualTips Namespace