| CancelAskText |
R/W
| The message displayed if the user hits the Cancel button |
| DialogTitle |
R/W
| The title of the progress bar dialog box |
| IsCanceled |
R/O
| True if the user clicked the Cancel button. If True, it will continue to return True until the object goes out of scope |
| Position |
R/W
| The current position of the progress bar which represents the progress made towards completing the operation |
| Range |
R/W
| The range of the progress bar. The range starts at 0 and goes up to and including the specified value pVal |
| text |
R/W
| The message that appears within the progress bar. This is useful to indicate the progress of a long process for example |