Hello. Is there any way to put on the ultra tooltip the hyperlink which can be clicked and than using default or custom browser it will take user to provided web page?
Thanks in advance.
Hello,
The main purpose of tool tip is to display additional information when you hover over element, and as soon as mouse pointer is not onto the element it should disappear. So you won’t be able to achieve this with tooltip, instead I suggest you to use UltraPopupControlContainer
http://help.infragistics.com/Help/Doc/WinForms/2015.1/CLR4.0/html/WinPopupControlContainer_Creating_a_Popup_Container_Control.html
Please let me know if you have any further questions.
Thanks for the advice.
Trying to use for my purpose ultraPopupControlContainer which contains ultraFormattedLinkLabel. Is there any way to make ultraFormattedLinkLabel look like balloon (same as ultraToolTip)? Or should I better use some other control for this purpose? I need any control that supports formatted text, can be clickable and may look like a balloon.
Thanks