ProgressDialog Object
Represents the dialog box with progress bars.
Methods
Name |
Description |
AddText |
Adds line of text on the progress dialog. |
Hide |
Hides the progress dialog. |
Show |
Shows the progress dialog. |
Step |
Advances the position by the specified increment. |
Properties
Name |
Description |
CanCancel |
Determines whether the user can cancel the progress dialog. |
IsCancelled |
Determines whether the user has cancelled the dialog. |
Maximum |
Gets or sets maximum position of the current step progress indicator. |
Position |
Gets or sets position of the current step progress indicator. |
Style |
Gets or sets style of the progress dialog. |
Title |
Sets or gets the dialog title. |
TotalMaximum |
Gets or sets maximum position of the overall progress indicator. |
TotalPosition |
Gets or sets position of the overall progress indicator. |