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

In This Topic
    Clicks Property (ItemMouseEventArgs)
    In This Topic
    Gets the number of times the mouse button was pressed or released.
    Syntax
    'Declaration
     
    Public ReadOnly Property Clicks As System.Integer
    public System.int Clicks {get;}
    See Also