Table of Contents

Interface IMouse

Namespace
DotNetBrowser.Input.Mouse
Assembly
DotNetBrowser.dll

A service that can be used for mouse input simulation and handling.

public interface IMouse : IAutoDisposable
Inherited Members
Extension Methods

Properties

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.

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.