[]
        
(Showing Draft Content)

C1.Win.InputPanel.ToolTipLinkClickedEventArgs

ToolTipLinkClickedEventArgs Class

Provides data for the ToolTipLinkClicked event.

Inheritance
ToolTipLinkClickedEventArgs
Namespace: C1.Win.InputPanel
Assembly: C1.Win.InputPanel.8.dll
Syntax
public class ToolTipLinkClickedEventArgs : EventArgs

Constructors

Name Description
ToolTipLinkClickedEventArgs(MouseButtons, string, string)

Initializes a new instance of a ToolTipLinkClickedEventArgs.

Properties

Name Description
Button

Gets the button that was clicked on the link.

HRef

Gets the value of the link's HREF attribute.

Target

Gets the value of the link's TARGET attribute.