ArcGIS Pro 2.9 API Reference Guide
ProgressDialog Constructor(String,UInt32,Boolean)

ArcGIS.Desktop.Framework.Threading.Tasks Namespace > ProgressDialog Class > ProgressDialog Constructor : ProgressDialog Constructor(String,UInt32,Boolean)
Creates a progress dialog with the specified number of steps.
Syntax
public ProgressDialog( 
   string message,
   uint steps,
   bool delayedShow
)
Public Function New( _
   ByVal message As String, _
   ByVal steps As UInteger, _
   Optional ByVal delayedShow As Boolean _
)

Parameters

message
steps
delayedShow
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ProgressDialog Class
ProgressDialog Members
Overload List