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?
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);