System.Windows.Forms.ProgressBarStyle Enumeration

Specifies the style that a System.Windows.Forms.ProgressBar uses to indicate the progress of an operation.

Syntax

public enum ProgressBarStyle

Remarks

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.

Members

Member NameDescription
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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0