MouseButtonEventArgsClickCount Property  | 
 
                Gets or sets the count of consecutive clicks that happened in a short amount of time.
            
 
    Namespace: 
   DotNetBrowser.Input.Mouse.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntaxpublic uint ClickCount { get; set; }Property Value
Type: 
UInt32The count of consecutive clicks that happened in a short amount of time.
Implements
IMouseButtonEventArgsClickCount
See Also