Hi,
Is there any existing editable tooltip class exists in Infragistics. If no, how can I create one using Infragistics framework?
Regards,
Nitin Jain
Hello Nitin,
You could use our 'WinToolTipManager' component. Please take a look at the following link:
http://help.infragistics.com/NetAdvantage/WinForms/2012.2/CLR4.0/?page=WinTooltipManager.html.
Please do not hesitate to ask if something comes up.
Hi Boris,
Thanks for the reply. I need a tooltip control in which user can edit text at runtime. Let me give an example:
We have a small textbox field. If the user entered a long string then he/she can't see the whole string. For that we can use the tooltip to show whole text.But in addition the user wants to edit the text in the tooltip directly and reflect the changes in to the text editor. We are using Infragistics text editor.
Is there any way to achieve this either existing control or by extending the existing control.