This topic has not yet been rated - Rate this topic

screenX property

Sets or retrieves the x-coordinate of the mouse pointer's position relative to the user's screen. For the standards based property, see IDOMMouseEvent::screenX.

Syntax

HRESULT value = object.put_screenX( v);HRESULT value = object.get_screenX(* p);

Property values

Type: long

the x-coordinate, in pixels.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.