MouseModifiersBackButtonDown Property  | 
 
                Indicates whether the first extended ("Back") mouse button is pressed.
            
 
    Namespace: 
   DotNetBrowser.Input.Mouse.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntaxpublic bool BackButtonDown { get; set; }Property Value
Type: 
Booleantrue if the mouse button is pressed, 
false otherwise.
Implements
IMouseModifiersBackButtonDown
See Also