Skybound VisualTips

VisualTipEventArgs.Cancel Property

Gets or sets whether the tip is prevented from being displayed.

[Visual Basic]
Public Property Cancel As Boolean
[C#]
public bool Cancel {get; set;}

Property Value

True if the tip should not be displayed; otherwise, false, and the tip is displayed.

Remarks

This property is only used with the TipPopup event.

See Also

VisualTipEventArgs Class | Skybound.VisualTips Namespace