Property MiddleButtonDown
- Namespace
- DotNetBrowser.Input.Mouse.Events
- Assembly
- DotNetBrowser.dll
MiddleButtonDown
Indicates whether the middle mouse button is pressed.
public bool MiddleButtonDown { get; set; }
Property Value
- bool
true
if the mouse button is pressed,false
otherwise.