Skybound VisualTips

VisualTip.HideFooter Property

Gets or sets whether the footer text and image are hidden on this tip.

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

Property Value

True if the footer text and image is hidden; otherwise, false, and the footer text and image are 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