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
150
How do I get UltraToolTipManager to work on a custom user control.
posted

I have a user control that has two text boxes and one button. I'm trying to set the tool tip through code but it does not work on my user control. It works on all other controls on the form. Is there some kind of interface that must be used on the user control? Or do I need to buble up events from the child controls up to the user control?

Parents
  • 469350
    Verified Answer
    Offline posted

    It's hard to guess why it's not working without more information. Where is the UltraToolTipManager? Is it on the UserControl? If so, then I can't see why it should not work. 

    If it's on the form and pointing to a control inside the UserControl, I think it should probably still work, but it might be a bug. 

    What version of the controls are you using? Do you have the latest Hot Fix? 

Reply Children