Click or drag to resize

MouseModifiers Class

The mouse modifiers indicating which mouse buttons are currently pressed.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.Input.Mouse.EventsMouseModifiers

Namespace:  DotNetBrowser.Input.Mouse.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.21.0
Syntax
C#
public sealed class MouseModifiers : IMouseModifiers

The MouseModifiers type exposes the following members.

Constructors
  NameDescription
Public methodMouseModifiers
Initializes a new instance of the MouseModifiers class
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also