Hi, I have added Metro.isl AppStylist to my app and all UltraLabels now have tooltips when I hover any label.
How can I remove or disable tooltips for my labels?
Thanks a lot.
Hello infotacto,
Could you please give us more details about your scenario, because by default our Metro style will not show a tooltip. Do you have UltraTooltipManager into your application ? If so, you could set Enabled = False property. Please send us more details about your scenario or small sample that reproduce your issue and I`ll be glad to research it for you.
Let me know if you have any questions.
Hi, you are right. This is not something about AppStylist but I want to disable UltraLabel tooltip.
Im using Windows 8, with VS 2012.
Just create a new project, dragged a UltraLabel to the form and run it. When I hover the mouse over the label I get the tooltip. I want to get rid of that.
Can you guide me on how to do that?
Thanks a lot
I`m glad to hear that your issue is solved. If you have any questions, feel free to write us
Just found how to get rid of it....
I set AutoEllipsis = false;
Thanks
This only happens with Infragistics Label, because Windows Form .net label doesnt show tooltip by default on hovering.
Hope you can help me.