0 out of 1 rated this helpful - Rate this topic

MouseButtonEventArgs.ClickCount Property

Gets the number of times the button was clicked.

Namespace:  System.Windows.Input
Assembly:  System.Windows (in System.Windows.dll)
public int ClickCount { get; }

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ