InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / ToolTipLinkClickedEventArgs Class / ToolTipLinkClickedEventArgs Constructor
System.Windows.Forms.MouseButtons that was pressed on the link.
Value of the link's HREF attribute.
Value of the link's TARGET attribute.

In This Topic
    ToolTipLinkClickedEventArgs Constructor
    In This Topic
    Initializes a new instance of a ToolTipLinkClickedEventArgs.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal button As MouseButtons, _
       ByVal hRef As String, _
       ByVal target As String _
    )
    public ToolTipLinkClickedEventArgs( 
       MouseButtons button,
       string hRef,
       string target
    )

    Parameters

    button
    System.Windows.Forms.MouseButtons that was pressed on the link.
    hRef
    Value of the link's HREF attribute.
    target
    Value of the link's TARGET attribute.
    See Also