MouseEventParametersClickCount Property |
Gets or sets the click count.
Namespace:
DotNetBrowser.Dom.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public uint ClickCount { get; set; }
Property Value
Type:
UInt32
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 it is equal to 0.
See Also