ProgressDialog Properties |
The ProgressDialog type exposes the following members.
| Name | Description | |
|---|---|---|
| Animation |
Gets or sets the animation to show on the progress dialog.
| |
| CancellationPending |
Gets a value indicating whether the user has requested cancellation of the operation.
| |
| CancellationText |
Gets or sets the text that will be shown after the Cancel button is pressed.
| |
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) | |
| Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
| Description |
Gets or sets additional details about the operation being carried out.
| |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) | |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) | |
| IsBusy |
Gets a value that indicates whether the ProgressDialog is running an asynchronous operation.
| |
| MinimizeBox |
Gets or sets a value that indicates whether the progress dialog has a minimize button.
| |
| ProgressBarStyle |
Gets or sets a value that indicates whether a regular or marquee style progress bar should be used.
| |
| ShowCancelButton |
Gets or sets a value that indicates whether the dialog has a cancel button.
| |
| ShowTimeRemaining |
Gets or sets a value that indicates whether an estimate of the remaining time will be shown.
| |
| Site | (Inherited from Component.) | |
| Text |
Gets or sets a short description of the operation being carried out.
| |
| UseCompactPathsForDescription |
Gets or sets a value that indicates whether path strings in the Description property should be compacted if
they are too large to fit on one line.
| |
| UseCompactPathsForText |
Gets or sets a value that indicates whether path strings in the Text property should be compacted if
they are too large to fit on one line.
| |
| WindowTitle |
Gets or sets the text in the progress dialog's title bar.
|