| MouseModifiers Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: DotNetBrowser.Input.Mouse.Events
 Syntax
Syntaxpublic sealed class MouseModifiers : IMouseModifiers
The MouseModifiers type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | MouseModifiers | Initializes a new instance of the MouseModifiers class | 
 Properties
Properties| 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.
             | 
 Methods
Methods| 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.) | 
 See Also
See Also