MouseEventParametersClientLocation Property  | 
 
                Gets or sets the location of the mouse cursor in the component's coordinate system at the time the event
                occurred.
            
 
    Namespace: 
   DotNetBrowser.Dom.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntaxpublic Point ClientLocation { get; set; }Property Value
Type: 
Point
                the location of the mouse cursor in the component's coordinate system at the time the event
                occurred. For example, clicking in the top-left corner of the client area will always result in
                that the 
ClientLocation.X value equals 0, regardless of whether the page is scrolled
                horizontally.
            
See Also