Progress Bar Control Styles
The following control styles are supported by Progress Bar controls:
Constant | Description |
---|---|
|
Version 6.0 or later. The progress indicator does not grow in size but instead moves repeatedly along the length of the bar, indicating activity without specifying what proportion of the progress is complete. [!Note] |
|
Version 4.70 or later. The progress bar displays progress status in a smooth scrolling bar instead of the default segmented bar. [!Note] |
|
Version 6.0 or later and Windows Vista. Determines the animation behavior that the progress bar should use when moving backward (from a higher value to a lower value). If this is set, then a "smooth" transition will occur, otherwise the control will "jump" to the lower value. |
|
Version 4.70 or later. The progress bar displays progress status vertically, from bottom to top. |
Remarks
You can set progress bar styles, in the same way as other common controls, with CreateWindowEx, GetWindowLong, or SetWindowLong.
Requirements
Requirement | Value |
---|---|
Header |
|