Click or drag to resize

ProgressBarState Enumeration

Represents the state of the progress bar on the task dialog.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum ProgressBarState
Members
  Member nameValueDescription
Normal0 Normal state.
Error1 Error state
Paused2 Paused state
See Also