Specifies the style that a System.Windows.Forms.ProgressBar uses to indicate the progress of an operation.
You can use the marquee style when you need to indicate progress is being made, but you cannot indicate the quantity of progress. The ProgressBarStyle.Marquee style is valid only when visual styles are enabled. The ProgressBarStyle.Continuous style is valid only when visual styles are not enabled.
Member Name | Description |
---|---|
Blocks |
Indicates progress by increasing the number of segmented blocks in a System.Windows.Forms.ProgressBar. |
Continuous |
Indicates progress by increasing the size of a smooth, continuous bar in a System.Windows.Forms.ProgressBar. |
Marquee |
Indicates progress by continuously scrolling a block across a System.Windows.Forms.ProgressBar in a marquee fashion. |