Progress Bar

00000046.gif

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:

20000000.gif Label – The text on the left hand side of the bar identifying it to the user.

20000000.gif Width – The maximum visible size in font units of the bar.

20000000.gif Min – The bar will have zero length when set to this value.

20000000.gif Max – The bar will have maximum length when set to this value.

20000000.gif Value – The initial value displayed by the bar.

See Also

Controls.