ArcObjects Library Reference (Framework)  

IProgressDialog2.Title Property

The caption displayed in the dialog.

[Visual Basic .NET]
Public Property Title As String
[C#]
public string Title {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The Title property can be used to provide the user with information about the process that the dialog box is tracking.

See Also

IProgressDialog2 Interface

.NET Snippets

Show Progress Dialog |