Share via


Window.Top Property

InfoPath Developer Reference

A read/write property of type long integer that specifies the vertical position of the window represented by the Window object, measured in points. Read/write

Version Information
 Version Added:  InfoPath 2003

Syntax

expression.Top

expression   An expression that returns a Window object.

Return Value
Long

Remarks

The Top property will return an error if it is set on a window that is minimized or maximized.

Setting the Top property to a position that is off the screen will cause the entire window to be displayed on the screen.

Security Level 3: Can be accessed only by fully trusted forms.

See Also