The window's initial X position.
Read-write property
[Visual Basic .NET] |
---|
Public Property X() As Integer |
[C#] |
---|
public int X {get; set;} |
[Managed C++] |
---|
public: __property int get_X(); |
[Unmanaged C++] |
---|
public: HRESULT get_X( int * pPosX ); public: HRESULT put_X( int PosX ); |
[Java] |
---|
public Integer getX(); public void setX( Integer ); |