Table of Contents

Property ClickCount

Namespace
DotNetBrowser.Dom.Events
Assembly
DotNetBrowser.dll

ClickCount

Gets or sets the click count.

public uint ClickCount { get; set; }

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 it is equal to 0.