Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
HTML Formatting in WinMessageBoxManager
posted

Is there a list somewhere of what HTML commands work vs don't work in this control for any of the Formatted Text properties. 

Example:

The following does not work:

UltraMessageBoxInfo messageInfo = new UltraMessageBoxInfo();
messageInfo.TextFormatted = "<ul><li>List Item 1</li><li>List Item 2</li></ul>";
return igMsgBox.ShowMessageBox(messageInfo);
It results in the attached image.
 
Which is not the expected result.