Progress Bar Control

A progress bar control is designed to provide a visual representation of the progress being made during some setup process. Contained within a progress bar is a progress meter that moves from left to right filling the bar. A couple of examples can be seen below:

A 'segmented' progress bar control:

            

A 'smooth' progress bar control:

 

Additional features of the progress bar control can be found in the following two categories:

 

Notification Messages

The progress bar control does not fire any notification messages.

Related Actions

The following actions are available for interacting with a progress bar control:

 

DlgProgressBar.GetPos

DlgProgressBar.GetProperties

DlgProgressBar.GetRange

DlgProgressBar.SetPos

DlgProgressBar.SetProperties

DlgProgressBar.SetRange

DlgProgressBar.SetStep

DlgProgressBar.Step