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


IProgressDialog.ShowDialog Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IP > IProgressDialog Interface > IProgressDialog.ShowDialog Method
ArcGIS Developer Help

IProgressDialog.ShowDialog Method

Shows the progress dialog.

[Visual Basic .NET]
Public Sub ShowDialog ( _
)
[C#]
public void ShowDialog (
);
[C++]
HRESULT ShowDialog(
void
);

Product Availability

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

See Also

IProgressDialog Interface