MouseButtonEventArgs.ClickCount Property

Gets the number of times the button was clicked.

Namespace:  System.Windows.Input
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public ReadOnly Property ClickCount As Integer

Property Value

Type: System.Int32
The number of times the mouse button was clicked.

One use of ClickCount is to determine whether a double mouse click has occurred. The determation for the count is potentially based on time thresholds for reporting double-clicks that are user-adjustable as operating system settings.

Silverlight

Supported in: 5

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Community Additions

ADD
Show: