DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Input.Mouse.Events
MouseEventArgs Class
MouseEventArgs Properties
Location Property
LocationOnScreen Property
MouseEventArgs
LocationOnScreen Property
Gets or sets the mouse position relative to the bounds of the screen.
Namespace:
DotNetBrowser.Input.Mouse.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax
C#
Copy
public
Point
LocationOnScreen
{
get
;
set
; }
Property Value
Type:
Point
The mouse position relative to the bounds of the screen.
Implements
IMouseEventArgs
LocationOnScreen
See Also
Reference
MouseEventArgs Class
DotNetBrowser.Input.Mouse.Events Namespace
Copyright © 2023 TeamDev Ltd. All Rights Reserved.