Height Property

Description

Sets or returns the distance between the top and bottom edge of the Application object's window in pixels. Read/write property.

Usage

ApplicationObject.Height = [setting]

Data Type

Long

Remarks

The Height property must be set prior to opening the ImageFile object. This property only takes effect if the Width, Top, and Left properties are also set. If you set the Height property to less than the minimum allowable window size, the value is ignored. The minimum setting is usually 27.

The Height property only returns the value that you set programmatically prior to opening the window. It does not return changes made to the window after it has been opened.