WindowHeight Property

Applies to:  Window object
See also:  WindowWidth, WindowLeft, WindowTop, ClientWidth, ClientHeight

Returns or sets the height (in pixels) of a window.

Syntax:

object.WindowHeight

The WindowHeight syntax has these parts:

Part Description
object The name of a Window object.

Remarks:

A window's height, includes the height of the window's client area, plus 2 times the window's border width (if the window has a border), plus the height of the window's caption bar (if the window has a caption) plus the height of the window's menu (if the window has a menu).

Home Copyright and Disclaimer