ComponentOne SuperTooltip for WinForms
C1.Win.SuperTooltip.5 Assembly / C1.Win.SuperTooltip Namespace / IconClickEventArgs Class / Button Property

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