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


IProgressor.Show Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IProgressor Interface > IProgressor.Show Method
ArcGIS Developer Help

IProgressor.Show Method

Shows the progressor.

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

Product Availability

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

Description

This is a generic Show method for progressors (for example a progress bar).

See Also

IProgressor Interface