Window2.Left property
Gets or sets the horizontal position of the window represented by the WindowObject object, measured in points.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Property Left As Integer
Get
Set
'Usage
Dim instance As Window2
Dim value As Integer
value = instance.Left
instance.Left = value
int Left { get; set; }
Property value
Type: System.Int32
Remarks
The Left property will return an error if it is set on a window that is minimized or maximized.
Setting the Left property to a position that is off the screen will cause the window to be displayed on the screen.