This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IC > ICustomizeDialog Interface > ICustomizeDialog.DialogTitle Property (ArcObjects .NET 10.5 SDK) |
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
The title displayed in the CustomizeDialog window.