Object Model Reference : Classes : W : Window : Properties : Window.Height |
Property Height As Long
Member of Window
The Height property returns or specifies the height of a window. This value is measured in screen pixels.
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 |
Copyright 2013 Corel Corporation. All rights reserved.