Version

TreatTextAsLink Property

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

The 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>Text</a>). When set to true, the TreatTextAsLink property handles the necessary formatting automatically, so that the text that is displayed appears as a hyperlink, and generates the DesktopAlertLinkClicked event when the end user clicks it.

Note: The TreatTextAsLink property resolves to true for the 'Office2007' setting of the Style property, and false for the 'WindowsLiveMessenger' setting.

Note: While setting the TreatTextAsLink 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.Text 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