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

In This Topic
    ProgressDialog Constructor(String,String,UInt32,Boolean)
    In This Topic
    Creates a cancelable progress dialog with the specified number of steps.
    Syntax
    Public Function New( _
       ByVal message As String, _
       ByVal cancelMessage As String, _
       ByVal steps As UInteger, _
       Optional ByVal delayedShow As Boolean _
    )

    Parameters

    message
    cancelMessage
    steps
    delayedShow
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also