The ProgressDialog type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
CancellationPending |
Gets a value indicating whether the application or the user has requested cancellation of a background operation.
|
![]() |
Container |
Gets the IContainer that contains the Component. (Inherited from Component.) |
![]() |
Error |
Gets the Exception that occurred during the asynchronous operation, null otherwise.
|
![]() |
HeaderText |
Gets or sets the header text of the dialog.
|
![]() |
IsBusy |
Gets a value indicating whether the ProgressDialog is running an asynchronous operation is executing.
|
![]() |
MessageText |
Gets or sets the message text of the form.
|
![]() |
Result |
Gets the Result of the asynchronous operation.
|
![]() |
Site | (Inherited from Component.) |
![]() |
TitleText |
Gets or sets the title text of the dialog.
|
![]() |
WorkerReportsProgress |
Gets or sets a value indicating whether the ProgressDialog can report progress updProgressDialog_WorkerReportsProgressates.
|
![]() |
WorkerSupportsCancellation |
Gets or sets a value indicating whether the ProgressDialog supports asynchronous cancellation.
|