ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Framework.Threading.Tasks Namespace / ProgressDialog Class / ProgressDialog Constructor / ProgressDialog Constructor(String,Boolean)

In This Topic
    ProgressDialog Constructor(String,Boolean)
    In This Topic
    Creates a simple progress dialog.
    Syntax
    public ProgressDialog( 
       string message,
       bool delayedShow
    )
    Public Function New( _
       ByVal message As String, _
       Optional ByVal delayedShow As Boolean _
    )

    Parameters

    message
    delayedShow
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also