Clickable HTML-Links in Supertooltip

Posted by: mb1701 on 21 March 2018, 8:31 pm EST

    • Post Options:
    • Link

    Posted 21 March 2018, 8:31 pm EST

    Hello, we want to implement a supertooltip-control for a textbox, which shows the name of a person.

    In the tooltip there are additional informations for this person, e.g. email-adress.

    We want to show this email-adress as a HTML Link (mailto:abc@def.com) whichs works perfect.

    The problem is, we can not click the Link, because the Supertooltip closes as soon as the mouse leaves the boundaries of the textbox.

    If we set the HitTestVisible-Property we can click the link, if we are fast enough.

    So, is there a chance to keep the Supertooltip open while a link is clicked or the mouse leaves the Supertooltipp itself? Otherwise, what use is the possibility to insert HTML-links?

    Thanks for your answer.

  • Posted 22 March 2018, 4:59 pm EST

    Hi Matias!

    You can show the C1SuperTooltip even after leaving TextBox for the appropriate duration in MouseLeave event handler of the TextBox, using C1SuperTooltip.Show method.

    c1SuperTooltip1.Show(*TipText*, *TextBox*, *Duration*);
    
    

    Also, you can see the given link for more information about Show method :

    http://help.grapecity.com/componentone/NetHelp/c1supertooltip/webframe.html#C1.Win.C1SuperTooltip.4~C1.Win.C1SuperTooltip.C1SuperTooltip~Show.html

    Best regards,

    Meenakshi

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels