MouseModifiers Class | 
Namespace: DotNetBrowser.Input.Mouse.Events
public sealed class MouseModifiers : IMouseModifiers
The MouseModifiers type exposes the following members.
| Name | Description | |
|---|---|---|
| MouseModifiers | Initializes a new instance of the MouseModifiers class  | 
| Name | Description | |
|---|---|---|
| BackButtonDown | 
                Indicates whether the first extended ("Back") mouse button is pressed.
              | |
| ForwardButtonDown | 
                Indicates whether the second extended ("Forward") mouse button is pressed.
              | |
| MiddleButtonDown | 
                Indicates whether the middle mouse button is pressed.
              | |
| PrimaryButtonDown | 
                Indicates whether the primary mouse button is pressed.
              | |
| SecondaryButtonDown | 
                Indicates whether the secondary mouse button is pressed.
              | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Overrides ObjectEquals(Object).) | |
| GetHashCode | Serves as the default hash function.  (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |