IMouse Properties |
The IMouse type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dragged |
Gets the mouse dragged event for the browser.
|
![]() | 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.
|