This document is archived and information here might be outdated. Recommended version. |
Provides access to members that work with a progress dialog. Note: the IProgressDialog interface has been superseded by IProgressDialog2. Please consider using the more recent version.
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.
Name | Description | |
---|---|---|
CancelEnabled | Indicates if the cancel button is enabled. | |
HideDialog | Hides the progress dialog. | |
ShowDialog | Shows the progress dialog. |
Classes | Description |
---|---|
ProgressDialog (esriArcMapUI) | Progress dialog object. |