This document is archived and information here might be outdated. Recommended version. |
The title of the customize dialog.
[Visual Basic .NET]
Public Property DialogTitle As String
[C#]
public string DialogTitle {get; set;}
[C++]
HRESULT get_DialogTitle(
System.String* pVal
);
[C++]
HRESULT put_DialogTitle(
BSTR pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type BSTR* pVal [in]
pVal is a parameter of type BSTR
The title displayed in the CustomizeDialog window.