The Height property specifies the height of the window (in pixels).
window.Height [= integer]
• window – A window object.
• integer – The height of the window’s client area, measured in pixels.
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.