A progress bar is a programmatically adjustable horizontal bar usually used to indicate the completion status of a task. The length of the bar is proportional to the value given to it by the program. The bar cannot be adjusted by the user, only the program. Using “Edit/Properties” you can set the following attributes of the bar:
Label – The text on the left hand side of the bar identifying it to the user.
Width – The maximum visible size in font units of the bar.
Min – The bar will have zero length when set to this value.
Max – The bar will have maximum length when set to this value.
Value – The initial value displayed by the bar.
See Also