Click or drag to resize

IMouseModifiersSecondaryButtonDown Property

Indicates whether the secondary mouse button is pressed.

Namespace:  DotNetBrowser.Input.Mouse.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax
C#
bool SecondaryButtonDown { get; }

Property Value

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