InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / ToolTipLinkClickedEventArgs Class / Button Property

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