Contents Index Topic Contents | ||
Previous Topic: reset Next Topic: resizeTo |
resizeBy
Description
Changes the size of the window outside dimensions by the specified x and y offset relative to its current size.
Syntax
object.resizeBy(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.