Property ClickCount
- Namespace
- DotNetBrowser.Dom.Events
- Assembly
- DotNetBrowser.dll
ClickCount
Gets the click count.
uint ClickCount { get; }
Property Value
- uint
the count of consecutive clicks that happened in a short amount of time for mouse events, such as
click
,mouseDown
,mouseUp
. For all other UI events returns 0.