| IMouse Interface | 
Namespace: DotNetBrowser.Input.Mouse
 Syntax
Syntaxpublic interface IMouse : IAutoDisposable
The IMouse type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Dragged | 
                Occurs when the mouse is dragged over the web page.
             | 
|  | Entered | 
                Occurs when the mouse has entered the web page.
             | 
|  | Exited | 
                Occurs when the mouse has exited the web page.
             | 
|  | IsDisposed | 
                Indicates if the object is already disposed.
            (Inherited from IAutoDisposable.) | 
|  | Moved | 
                Occurs when the mouse has moved over the web page.
             | 
|  | Pressed | 
                Occurs when the mouse button has been pressed on the web page.
             | 
|  | Released | 
                Occurs when the mouse button has been released on the web page.
             | 
|  | WheelMoved | 
                Occurs when the mouse wheel has scrolled on the web page.
             | 
 Events
Events| Name | Description | |
|---|---|---|
|  | Disposed | 
                Occurs when the object has been disposed.
            (Inherited from IAutoDisposable.) | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | SimulateClick(MouseButton, Point) | Overloaded. 
                Simulate mouse button click at the specified location.
            (Defined by MouseExtensions.) | 
|  | SimulateClick(MouseButton, IElement) | Overloaded. 
                Simulate mouse button click at the specified element.
            (Defined by MouseExtensions.) | 
 See Also
See Also