Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / ItemMouseEventArgs Class / Button Property

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