Share via


CProgressCtrl Class Members

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.
SetRange32 Sets the minimum and maximum ranges for a progress bar control and redraws the bar to reflect the new ranges.
GetRange Gets the lower and upper limits of the range of the progress bar control.
GetPos Gets the current position of the progress bar.
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.

CProgressCtrl OverviewBase Class MembersHierarchy Chart