Previous Document Next Document
Window.Height

Property Height As Long

Member of Window

The Height property returns or sets the height of a window. This value is measured in screen pixels.

The following code example displays the height of the active window:

Sub Test() 
 MsgBox "The height of the active window is: " & ActiveWindow.Height 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.