[]
        
(Showing Draft Content)

C1.Win.InputPanel.C1InputPanel.ToolTipLinkClicked

ToolTipLinkClicked Event

Event that fires when the user clicks a hyperlink within a tooltip.

Namespace: C1.Win.InputPanel
Assembly: C1.Win.InputPanel.8.dll
Syntax
public event ToolTipLinkClickedEventHandler ToolTipLinkClicked
Returns
Type Description
ToolTipLinkClickedEventHandler Event that fires when the user clicks a hyperlink within a tooltip.
Remarks

By default, tooltips are invisible to the mouse and therefore cannot be clicked. You must set the HitTestVisible property is to true in order to make the tooltip visible to the mouse (and clickable).

Hyperlinks are created using "A" tags in the HTML source text. When hyperlinks are clicked, the ToolTipLinkClicked event fires and provides information about the link. The event handler can then take appropriate action.