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.