ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperLabelLinkClickedEventArgs Class / Button Property

In This Topic
    Button Property (C1SuperLabelLinkClickedEventArgs)
    In This Topic
    Gets the button that was clicked on the link.
    Syntax
    'Declaration
     
    Public ReadOnly Property Button As System.Windows.Forms.MouseButtons
    public System.Windows.Forms.MouseButtons Button {get;}
    See Also