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
210
How do i remove all tooltips from the manager
posted

Hi,

I am using tool tips to display errors when a user tries to save  a form. If after display the errors, user successfully saves the form then i want to remove all tooltips from the manager. How do i go about that? 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

     I'm not sure I understand the question. When you say "remove" the tooltips, do you mean you just want to stop showing the tooltip? If that's what you mean, then you can do something like this: 

    this.ultraToolTipManager1.HideToolTip();

Children