Skybound VisualTips

VisualTip.Active Property

Gets or sets whether the tip will be displayed.

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

Property Value

True if the tip will be displayed; otherwise, false, and the tip is never displayed.

Remarks

Note to Translators: This property is marked with the LocalizableAttribute. When the Localizable designer property on a form is set to true, the value of this property is persisted in the resource file associated with each culture. You can localize these resource files without modifying the code.

See Also

VisualTip Class | Skybound.VisualTips Namespace | DisplayMode