This document is archived and information here might be outdated.  Recommended version.


IWindowPosition.Left Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IW > IWindowPosition Interface > IWindowPosition.Left Property
ArcGIS Developer Help

IWindowPosition.Left Property

The distance between the internal left edge of the window and screen.

[Visual Basic .NET]
Public Property Left As Integer
[C#]
public int Left {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The Left property determines the position of the window in screen coordinates relative to the upper-left corner of the display screen.

See Also

IWindowPosition Interface