The window horizontal position.
Read-write property
[Visual Basic .NET] |
---|
Public Property Left() As Integer |
[C#] |
---|
public int Left {get; set;} |
[Managed C++] |
---|
public: __property int get_Left(); |
[Unmanaged C++] |
---|
public: HRESULT get_Left( long * pVal ); public: HRESULT put_Left( long NewVal ); |
[Java] |
---|
public int getLeft(); public void setLeft( int ); |