Contents Index Topic Contents | ||
Previous Topic: IHTMLWindow2::resizeTo Next Topic: IHTMLWindow2::scrollBy |
IHTMLWindow2::scroll
HRESULT scroll( long x, long y );Scrolls the window to the specified x and y offset relative to the entire document.
- Returns S_OK if successful, or an error value otherwise.
- x
- Value specifying the x offset.
- y
- Value specifying the y offset.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.