ArcObjects Library Reference (Controls)  

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(
  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.

See Also

ICustomizeDialog Interface

.NET Snippets

Customize ToolbarControl

.NET Samples

Building a MapViewer application using the ArcGIS Engine controls (Code Files: MapViewer)