expression.WindowHeight
expression Required. An expression that returns one of the objects in the Applies To list.
Remarks
The WindowHeight property is measured from the upper-left corner of the form, report, or data access page to its lower-left corner.
This property setting is available only by using a macro or Visual Basic.
Example
The following example displays a message box indicating the height of the window (in twips) for the "Switchboard" form.
MsgBox Forms.Item("Switchboard").WindowHeight