Click or drag to resize

IMouseModifiers Interface

The mouse modifiers indicating which mouse buttons are currently pressed.

Namespace:  DotNetBrowser.Input.Mouse.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.0
Syntax
C#
public interface IMouseModifiers

The IMouseModifiers type exposes the following members.

Properties
  NameDescription
Public propertyBackButtonDown
Indicates whether the first extended ("Back") mouse button is pressed.
Public propertyForwardButtonDown
Indicates whether the second extended ("Forward") mouse button is pressed.
Public propertyMiddleButtonDown
Indicates whether the middle mouse button is pressed.
Public propertyPrimaryButtonDown
Indicates whether the primary mouse button is pressed.
Public propertySecondaryButtonDown
Indicates whether the secondary mouse button is pressed.
Top
See Also