IHTMLWindow2::scrollIHTMLWindow2::scroll*
*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.

x
Value specifying the x offset.
y
Value specifying the y offset.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.