Hello,
I want to display tool tip on the ultra button....i m unable to find such property for setting the tool tip.....please help me regarding how to set the tool top on the button.
Thank You
Regards:
M Imtiaz Sharif
Hi,
I'm pretty sure that the Mouse events don't fire for a disabled control, so there's no way for the ToolTipManager to detect that the mouse is over it and show the tooltip.
If you can detect that the mouse is over the control, you can use the ShowToolTipMethod on the UltraToolTipManager to show a tooltip any time you want, though.
The UltraButton is no different than any other contorl in this regard. You can create tooltips either using the Inbox ToolTip component or the UltraTooltipManager component.