Share via


Window.Left Property

InfoPath Developer Reference

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

Version Information
 Version Added:  InfoPath 2003

Syntax

expression.Left

expression   An expression that returns a Window object.

Return Value
Long

Remarks

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

Setting this property to a position that is off the screen, will actually cause the window to be displayed on the screen.

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

See Also