Hello team,
I am trying to update the Tooltip text of an UltraActivityIndicator at runtime. I am not find able to find a property to do the same.
Hello Baba Goud,
Thank you for contacting Infragistics. Since the UltraActivityIndicator doesn't expose a tooltip property you can use our UltraTooltipManager to achieve this. Please add one to your form, you can then set the ActivityIndicator's tooltipmanager settings' Tooltip property. As demonstrated below:
Let me know if you have any questions.
Thank you Michael. I am aware of setting the Tooltip at design time using UltraToolTipManager. Is there anyway to set this at runtime?