This document is archived and information here might be outdated. Recommended version. |
Defines label text.
[Visual Basic .NET]
Public Property LabelText As String
[C#]
public string LabelText {get; set;}
[C++]
HRESULT get_LabelText(
System.String* pbstrLabelText
);
[C++]
HRESULT put_LabelText(
BSTR pbstrLabelText
);
[C++] Parameters pbstrLabelText [out, retval]
pbstrLabelText is a parameter of type BSTR* pbstrLabelText [in]
pbstrLabelText is a parameter of type BSTR