AppWindowHeight, AppWindowHeight()

Syntax

AppWindowHeight [WindowName$,] Height

AppWindowHeight([WindowName$])

Remarks

In Windows, the AppWindowHeight statement adjusts the height of an application window to a specified number of points (if WindowName$ is omitted, Word is assumed). AppWindowHeight allows you to change the height of a window without affecting its width (unlike AppSize). The AppWindowHeight() function returns the height of an application window, in points. For argument descriptions, see AppSize.

On the Macintosh, AppWindowHeight and AppWindowHeight() are not available and generate errors.

See Also

AppSize, AppWindowPosLeft, AppWindowPosTop, AppWindowWidth