Table of Contents

Constructor ProgressDialog

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ProgressDialog()

Initializes a new instance of the ProgressDialog class with default title and message.

public ProgressDialog()

ProgressDialog(string?, string?)

Initializes a new instance of the ProgressDialog class with a specified title and message.

public ProgressDialog(string? title, string? message)

Parameters

title string

The title of the progress dialog. If null, DefaultTitle is used.

message string

The message displayed in the progress dialog. If null, DefaultMessage is used.