CProgressCtrl Member Functions

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

Attributes
SetRange Sets the minimum and maximum ranges for a progress bar control and redraws the bar to reflect the new ranges.
SetPos Sets the current position for a progress bar control and redraws the bar to reflect the new position.
OffsetPos Advances the current position of a progress bar control by a specified increment and redraws the bar to reflect the new position.
SetStep Specifies the step increment for a progress bar control.

Operations
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.

See Also

CProgressCtrl Overview, Control Classes