Top Property

Description Sets or returns the distance between the top edge of the physical screen and main application window in pixels.   Read/write property.

Usage ApplicationObject.Top

Data TypeLong

Remarks The Top property must be set prior to opening the ImageFile object. This property only takes effect if the Height, Width, and Left properties are also set.

The Top 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.