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
165
How can I set a formatted tooltip on an ExplorerBar Group Header?
posted

What the subject says ;-)

I can set the ToolTipText property, which gives me a regular tooltip.  There doesn't appear to be a property that lets me tell the ExplorerBar, or Group, that the tooltip contains formatted text.

I tried using the ToolTipManager like this:

this.ultraToolTipManager1.SetUltraToolTip(ultraExplorerBar1.Groups[0].UIElement.Control, tipInfo);

But the UIElement.Control portion is returning a Null Reference Exception.

Is there any way to set a formatted tooltip on the ExplorerBar Group Header?

Thanks!