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>
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.
Sweeeet! Thanks Mike.