CProgressCtrl Members
Base Class Members
Construction
Constructs a CProgressCtrl object. |
|
Creates a progress bar control and attaches it to a CProgressCtrl object. |
|
Creates a progress control with the specified Windows extended styles and attaches it to a CProgressCtrl object. |
Attributes
Gets the color of the progress indicator bar for the current progress bar control. |
|
Gets the background color of the current progress bar. |
|
Gets the current position of the progress bar. |
|
Gets the lower and upper limits of the range of the progress bar control. |
|
Gets the state of the current progress bar control. |
|
Retrieves the step increment for the progress bar of the current progress bar control. |
|
Advances the current position of a progress bar control by a specified increment and redraws the bar to reflect the new position. |
|
Sets the color of the progress indicator bar in the current progress bar control. |
|
Sets the background color for the progress bar. |
|
Turns marquee mode on or off for the current progress bar control. |
|
Sets the current position for a progress bar control and redraws the bar to reflect the new position. |
|
Sets the minimum and maximum ranges for a progress bar control and redraws the bar to reflect the new ranges. |
|
Sets the minimum and maximum ranges for a progress bar control and redraws the bar to reflect the new ranges. |
|
Sets the state of the current progress bar control. |
|
Specifies the step increment for a progress bar control. |
Operations
Advances the current position for a progress bar control by the step increment (see SetStep) and redraws the bar to reflect the new position. |