NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MouseEventArgs.Clicks

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;

Property Value

The number of times the mouse button was pressed and released.

See Also

MouseEventArgs Class | MouseEventArgs Members | System.WinForms Namespace