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
1725
UltraToolTips on MdiTabManager tabs
posted

Is there a way to have the MdiTabManager tool tip use UltraTips. I'd like to be able to use UltraTooTips on the mdi tabs but don't see an easy way to do that. Any examples or am I just missing something simple.

 Thanks

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi Neil,

        UltraToolTipManager provides extender properties for tooltips, but I think it only does this for Controls. Since MdiTabManager is not a control (it's a component), you won't get the extenders. 

        So you would have to show the tooltips yourself using the ShowToolTip method. If you want to associate the tooltip with a control, I think you can use the MDI Child form itself.  

     

Reply Children
No Data