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.
Thank you very much! You helped me a lot.
Hello,
You could use region in order to generate needed balloon region which will be used for the “ToolTip” also to be nicer you should set transparent key to the popup form and also I will put the format label into a panel with region. Please see the small demo.
I hope that this will helps you.
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
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.