Contents Index Topic Contents | ||
Previous Topic: moveStart Next Topic: moveToBookmark |
moveTo
Description
Moves the screen position of the upper-left corner of the window to the specified x and y pixel position.
Syntax
object.moveTo(x, y)
Parameter Description x (Long) Horizontal scroll offset, in pixels. y (Long) Vertical scroll offset, in pixels. Return Value
No return value.
Applies To
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.