AdvancedProgressBarState Property

Gets or sets the state of the progress bar. On pre-Vista Windows versions, or when Application.EnableVisualStyles was not called in the executing application, applicable only for non-System Styles. The progress bar stops animating when state is not Normal.
Default value: Normal.

See the online help for an animated image example.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(ProgressBarState.Normal)]
public ProgressBarState State { get; set; }

Property Value

ProgressBarState

Examples

  Tip

See the Examples section of the AdvancedProgressBar class for an animated image example.

See Also