-
Notifications
You must be signed in to change notification settings - Fork 16
Progress bar
FellippeHeitor edited this page Dec 22, 2016
·
5 revisions
A ProgressBar control presents the user with a visual indication of the progress of an on-going task. Set it's Min and Max properties and then update its Value property.
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