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
340
Placing a ToolTip at a specified position
posted

I have ToolTips turned on to display when a user hovers over a text box. Currently the tooltip's display position seems to be based on where my mouse pointer is on the text box.

Is there a way to always set the tooltip position to a specified point regardless of the mouse pointer's position when hovering over the text box?  For example, I always want the tooltip position to be in the upper left corner of the text box regardless of where the mouse pointer is hovering on the text box.

 

Thanks

Bill

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi Bill,

        What tooltip are you using? The Inbox ToolTip or UltraToolTipManager? 

        UltraToolTipManager allows you to specify exclusion areas and the exact point you want. There's a sample that does exactly what you describe, pointing a balloon tip at the corner of a control.  

Reply Children