The window height.
Read-write property
[Visual Basic .NET] |
---|
Public Property Height() As Integer |
[C#] |
---|
public int Height {get; set;} |
[Managed C++] |
---|
public: __property int get_Height(); |
[Unmanaged C++] |
---|
public: HRESULT get_Height( long * pVal ); public: HRESULT put_Height( long NewVal ); |
[Java] |
---|
public int getHeight(); public void setHeight( int ); |