Click or drag to resize

IMouse Properties

The IMouse type exposes the following members.

Properties
  NameDescription
Public propertyDragged
Occurs when the mouse is dragged over the web page.
Public propertyEntered
Occurs when the mouse has entered the web page.
Public propertyExited
Occurs when the mouse has exited the web page.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyMoved
Occurs when the mouse has moved over the web page.
Public propertyPressed
Occurs when the mouse button has been pressed on the web page.
Public propertyReleased
Occurs when the mouse button has been released on the web page.
Public propertyWheelMoved
Occurs when the mouse wheel has scrolled on the web page.
Top
See Also