This document is archived and information here might be outdated.  Recommended version.


ICustomizeDialog.DialogTitle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IC > ICustomizeDialog Interface > ICustomizeDialog.DialogTitle Property
ArcGIS Developer Help

ICustomizeDialog.DialogTitle Property

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

Product Availability

Available with ArcGIS Engine.

Description

The title displayed in the CustomizeDialog window.

See Also

ICustomizeDialog Interface

.NET Samples

Building a MapViewer application using the ArcGIS Engine controls