Gets/sets a width of the main window.
Read-write property
[Visual Basic .NET] |
---|
Public Property Width() As Integer |
[C#] |
---|
public int Width {get; set;} |
[Managed C++] |
---|
public: __property int get_Width(); |
[Unmanaged C++] |
---|
public: HRESULT get_Width( long * pVal ); public: HRESULT put_Width( long NewVal ); |
[Java] |
---|
public int getWidth(); public void setWidth( int ); |