FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / BeforeMouseDownEventArgs Class / Clicks Property

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