Given the area specified as (X,Y) in document coordinates, scrolls the document to that position.
Syntax
HRESULT scrollTo( long x, long y );
Parameters
- x
- Long integer that contains the value for the x direction scroll position coordinate.
- y
- Long integer that contains the value for the y direction scroll position coordinate.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also