IMouse Properties |
The IMouse type exposes the following members.
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.
|