Gets the number of times the mouse button was pressed and released.
[Visual Basic] Public ReadOnly Property Clicks As Integer [C#] public int Clicks {get;} [C++] public: __property int get_Clicks(); [JScript] public function get Clicks() : int;
The number of times the mouse button was pressed and released.
MouseEventArgs Class | MouseEventArgs Members | System.WinForms Namespace