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
1320
Syntax support by ToolTipTextFormatted property
posted

Hi to All. Is there any sort of guide or reference as to the HTML syntax supported by the ToolTipTextFormatted property within the UltraToolTipInfo class?  I would like to create a small table but it doesn't appear to work.  This is/was my HTML:

<table><tr><td width=50px>Row</td><td width=100px>Phase 2</td></tr></table>
Parents
  • 469350
    Offline posted

    It supports the same custom XML format used by the UltraFormattedLinkLabel and UltraFormattedTextEditor controls. 

    This help topic should point you in the right direction: 

     Formatting Text and Hyperlinks

    Personally, I find it easier to put an UltraFormattedLinkLabel or UltraFormattedTextEditor control on a form and go to the Value property at design-time. You can use the editor to format text and the look at the xml that was generated. 

Reply Children
No Data