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 Sivaram,
If this works with the InBox tooltip class and not for the UltraToolTipManager, then you are right, it sounds like a bug. You should Submit an incident to Infragistics Developer Support.
Hi Mike,
I tried with UltraToolTipManager but did not worked. Isn't it a bug in "UltraToolTipManager"?
Regards
Sivaram
Please refer the following Link
http://www.devnewsgroups.net/group/microsoft.public.dotnet.framework.windowsforms/topic53273.aspx
Well, if you really want to do this, I think you can cheat. What if you put another control like a PictureBox or a Panel on top of the button in the same location and applied a Tooltip to that control? You could set the BackColor on the "dummy" control to Transparent so you can still see the disabled button.