1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-05-12 06:50:12 +00:00
5 Progress bar
Fellippe Heitor edited this page 2021-12-22 12:12:15 -03:00

A ProgressBar control presents the user with a visual indication of the progress of an on-going task. Set its Min and Max properties and then update its Value property at runtime.

If you set its ShowPercentage property to True, you can have the control's Caption property show in the bar's area. You embed the actual percentage by using the placeholder \#.

Properties editable at runtime