[]
Event that fires when the user clicks a hyperlink within a tooltip.
public event ToolTipLinkClickedEventHandler ToolTipLinkClicked
Type | Description |
---|---|
ToolTipLinkClickedEventHandler | Event that fires when the user clicks a hyperlink within a tooltip. |
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.