Height property (window)

Examples


The Height property specifies the height of the window (in pixels).

Syntax

window.Height [= integer]

Parameters

window – A window object.

integer – The height of the window’s client area, measured in pixels.

Comments

The Height property specifies only the space within the window’s client area. The client area is the window less the window’s title bar.


Documentation Feedback