Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
903
NavigationBar Action's buttons tooltip ?
posted

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

  • 69832
    Offline posted

    Handle the UltraNavigationBar's MouseEnterElement/MouseLeaveElement events for the ActionButtonUIElement, and show/hide the UltraToolTipManager's tooltip from there.