MouseModifiersPrimaryButtonDown Property  | 
 
                Indicates whether the primary mouse button is pressed.
            
 
    Namespace: 
   DotNetBrowser.Input.Mouse.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntaxpublic bool PrimaryButtonDown { get; set; }Property Value
Type: 
Booleantrue if the mouse button is pressed, 
false otherwise.
Implements
IMouseModifiersPrimaryButtonDown
See Also