CProgressCtrl Methods

Construction Methods

Method Description
CProgressCtrl Constructs a CProgressCtrl object.
Create Creates a progress bar control and attaches it to a CProgressCtrl object.

Attributes Methods

Method Description
GetPos Gets the current position of the progress bar.
GetRange Gets the lower and upper limits of the range of the progress bar control.
OffsetPos Advances the current position of a progress bar control by a specified increment and redraws the bar to reflect the new position.
SetPos Sets the current position for a progress bar control and redraws the bar to reflect the new position.
SetRange Sets the minimum and maximum ranges for a progress bar control and redraws the bar to reflect the new ranges.
SetStep Specifies the step increment for a progress bar control.

Operations Methods

Method Description
StepIt Advances the current position for a progress bar control by the step increment (see SetStep) and redraws the bar to reflect the new position.