Click or drag to resize

IBrowserMouse Property

Gets the IMouse instance that can be used for listening and simulating mouse input events.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IMouse Mouse { get; }

Property Value

Type: IMouse
The IMouse instance associated with this IBrowser.
See Also