ProgressBarState Enumeration

Represents possible progress bar states.

See the online help of the AdvancedProgressBar class for an animated image example.

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public enum ProgressBarState

Examples

  Tip

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

Members

Normal0 Indicates the normal progress bar state.
Error1 Indicates the error progress bar state.
Paused2 Indicates the paused progress bar state.

See Also