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
- trueif the mouse button is pressed,- falseotherwise.