| ProgressBarStyle Enumeration |
Indicates the type of progress on a task dialog.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum ProgressBarStyle
Public Enumeration ProgressBarStyle
public enum class ProgressBarStyle
Members
| Member name | Value | Description |
---|
| None | 0 |
No progress bar is displayed on the dialog.
|
| ProgressBar | 1 |
A regular progress bar is displayed on the dialog.
|
| MarqueeProgressBar | 2 |
A marquee progress bar is displayed on the dialog. Use this value for operations
that cannot report concrete progress information.
|
See Also