[quote user=”vrn”]You mean to say “draw an image in code and use that AS YOUR tooltip”? So you are saying the contents of the tooltip would be painted by me and then rendered as the tooltip?[/quote]
Yes, the UltraToolTipManager tooltips can display text and / or images. So you could create a Bitmap in code and draw whatever you want on it and use it as your tooltip.
[quote user=”vrn”]I am sorry to ask you what may be a basic question but where does one access formatting properties for a tooltip? Is that in toolmanager?[/quote]
It’s on the extender property provided to controls by the UltraToolTipManager. There is a ToolTipText property, but there is also a ToolTipTextFormatted property. The formatted text doesn’t support tables, so I doubt it will meet your needs, but it has support for fonts and colors and embedded images sort’ve like html or rich text.
[quote user=”vrn”]Reading another post where the developer wanted a formatted tooltip that he can click on, you recommend use of UltraDeskTopAlert. Can that control show like a tooltip i.e. box with a line pointing to the grid cell? Is that advice applicable to me where I would like to show a few rows and columsn of data?[/quote]
The UltraDeskTopAlert is rectangular as far as I know. It doesn’t have a callout or a balloontip like the tooltip. And it also does not support tables. It is clickable and can support links, though.