System.Windows.Forms.ProgressBar.Style Property

Gets or sets the manner in which progress should be indicated on the progress bar.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)]
[System.ComponentModel.DefaultValue(System.Windows.Forms.ProgressBarStyle.Blocks)]
[System.ComponentModel.Browsable(true)]
public ProgressBarStyle Style { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can use the marquee style when you need to indicate progress is being made, without indicating the quantity of progress. The ProgressBarStyle.Marquee style is honored only when visual styles are enabled. The ProgressBarStyle.Continuous style is honored when visual styles are not enabled.

Requirements

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