This topic has not yet been rated - Rate this topic

screenY property

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

Syntax

HRESULT value = object.put_screenY( v);HRESULT value = object.get_screenY(* p);

Property values

Type: long

the y-coordinate, in pixels.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.