Skybound VisualTips

VisualTipProvider.ShowAlways Property

Gets or sets whether VisualTips are displayed even when the form does not have the input focus.

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

Property Value

True if VisualTips are displayed even when the form does not have the input focus; otherwise, false, and VisualTips are only displayed when the form as the input focus. The default value is false.

See Also

VisualTipProvider Class | Skybound.VisualTips Namespace