Hi,
Is there a property I need to set to display multiline text (containing "\n" in WinDesktopAlert). When I set the text property of UltraDesktopAlertShowWindowInfo to a string containing "\n", it ignores the newline characters and displays the entire string in one line.
Any help will be highly appreciated.
Thanks,
Sameer
That worked ! Thanks Brian.The link is very useful.
WinDesktopAlert uses the FormattedTextUIElement to render the caption, text and footer text. This element recognizes HTML-like tags; I believe you can get line breaks using the <br></br> tag.
See http://help.infragistics.com/Help/NetAdvantage/NET/2007.2/CLR2.0/html/WinFormattedLinkLabel_Formatting_Text_and_Hyperlinks.html for more information on the tags which control formatting.