Click or drag to resize

MouseModifiersForwardButtonDown Property

Indicates whether the second extended ("Forward") mouse button is pressed.

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

Property Value

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

Implements

IMouseModifiersForwardButtonDown
See Also