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
460
UltraToolTip show location
posted

I have a ultratextbox and an ultratoltip... I have already provide the ultratextbox its tooltipinfo value, when I click a button the tooltip should pop-up near the ultratextbox, but instead it pops out where my mouse is located...how can I fix the tooltip to pop out on the ultratextbox?

 

Im using the "ultraToolTipManager.ShowToolTip(txtProfileID);" to show the tooltip...

Is there anything wrong there?

  • 469350
    Offline posted

    Hi,

    There are other overloads of the ShowToolTip method which allow you to specify a point or exclude the area of the control.

    this.ultraToolTipManager1.ShowToolTip(txtProfileID, true);