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


IProgressDialog2.Description Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IP > IProgressDialog2 Interface > IProgressDialog2.Description Property
ArcGIS Developer Help

IProgressDialog2.Description Property

The description displayed in the dialog.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

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

See Also

IProgressDialog2 Interface