ArcObjects Library Reference (SystemUI)  

IProgressDialog Interface

Provides access to members that work with a progress dialog. Note: the IProgressDialog interface has been superseded byIProgressDialog2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Instead of reporting the progress of an operation in the status bar of an ArcGIS application window, you can display a progress dialog box instead. The progress dialog box displays an animation and a step progress bar.

The IProgressDialogFactory::Create method to create and display a progress dialog box. Pass a CancelTracker object to the Create method to allow the user to cancel the process.

The IProgressDialog interface is the original interface for the progress dialog box. However, you should use the more recent IProgressDialog2 interface instead.

Members

Description
Read/write property CancelEnabled Indicates if the cancel button is enabled.
Method HideDialog Hides the progress dialog.
Method ShowDialog Shows the progress dialog.

CoClasses that implement IProgressDialog

CoClasses and Classes Description
ProgressDialog (esriArcMapUI) Progress dialog object.