The ProgressDialog type exposes the following members.

Properties

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

See Also