The viewer's caption.
[Visual Basic 6.0] Property Caption As String
[Visual Basic .NET] Public Property Caption As String
[C#] public string Caption {get; set;}
[Java] public String getCaption() throws IOException, AutomationException
[Java] public void setCaption( String Caption ) throws IOException, AutomationException
[C++]
HRESULT get_Caption(
BSTR* pCaption
);
[C++] HRESULT put_Caption( BSTR pCaption);
Parameters
pCaption [out, retval]
pCaption is a parameter of type BSTR
pCaption [in]
pCaption is a parameter of type BSTR