Version

TreatFooterTextAsLink Property

Gets/sets whether the UltraDesktopAlertShowWindowInfo.FooterText will look and behave like a hyperlink when the required formatting characters are not present.
Syntax
'Declaration
 
Public Property TreatFooterTextAsLink As Infragistics.Win.DefaultableBoolean
public Infragistics.Win.DefaultableBoolean TreatFooterTextAsLink {get; set;}
Remarks

The footer text portion of the desktop alert window is realized through the Infragistics.Win.FormattedLinkLabel.FormattedTextUIElement, which does not treat its Infragistics.Win.FormattedLinkLabel.FormattedTextUIElement.Value property as a hyperlink unless it is enclosed in an anchor tag (for example, <a>FooterText</a>). When set to true, the TreatFooterTextAsLink property handles the necessary formatting automatically, so that the footer text that is displayed appears as a hyperlink, and generates the DesktopAlertLinkClicked event when the end user clicks it.

Note: The TreatFooterTextAsLink property resolves to true for all settings of the Style property.

Note: While setting the TreatFooterTextAsLink property to true will cause text that is not enclosed in an anchor tag to look and behave as a hyperlink, the converse is not true; setting the property to false does not prevent hyperlink behavior or appearance when the value of the UltraDesktopAlertShowWindowInfo.FooterText property is enclosed in an anchor tag.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also