MouseEventParametersScreenLocation Property  | 
 
                Gets or sets the location of the mouse cursor in the screen's coordinate
                system at the time the event occurred.
            
 
    Namespace: 
   DotNetBrowser.Dom.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntaxpublic Point ScreenLocation { get; set; }Property Value
Type: 
Point
                The location of the mouse cursor in the screen's coordinate
                system at the time the event occurred.
            
See Also