The title of the customize dialog.
[Visual Basic .NET] Public Property DialogTitle As String
[C#] public string DialogTitle {get; set;}
[C++]
HRESULT get_DialogTitle(
BSTR* 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
Product Availability
Available with ArcGIS Engine.
Description
The title displayed in the CustomizeDialog window.