The window title.
Read-write property
[Visual Basic .NET] |
---|
Public Property Caption() As String |
[C#] |
---|
public string Caption {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_Caption(); |
[Unmanaged C++] |
---|
public: HRESULT get_Caption( BSTR * pCaption ); public: HRESULT put_Caption( BSTR Caption ); |
[Java] |
---|
public String getCaption(); public void setCaption( String ); |