Previous Document Next Document

Object Model Reference : Classes : W : Window : Properties : Window.Height


Window.Height

Property Height As Long

Description

Member of Window

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

VBA example

The following VBA 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 2013 Corel Corporation. All rights reserved.