Click or drag to resize

MouseModifiersMiddleButtonDown Property

Indicates whether the middle mouse button is pressed.

Namespace:  DotNetBrowser.Input.Mouse.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntax
C#
public bool MiddleButtonDown { get; set; }

Property Value

Type: Boolean
true if the mouse button is pressed, false otherwise.

Implements

IMouseModifiersMiddleButtonDown
See Also