How to use ultra tolltip manager to format and display images, title and formatted tooltip text as a balloon for example to popup when the button is clicked ?
Thanks in advance for your answers.
Regards
Handle the UltraNavigationBar's MouseEnterElement/MouseLeaveElement events for the ActionButtonUIElement, and show/hide the UltraToolTipManager's tooltip from there.