Retrieves the left offset of the window, in pixels, relative to the 0,0 position (top-left corner) of the element's window or the element's parent window.
Syntax
HRESULT get_screenLeft( long *p );
Parameters
- p
- Address of a long variable that returns the left offset of the window.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
get_screenTop