TaskbarProgressBarState Enumeration
Specifies a thumbnail progress bar state.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum TaskbarProgressBarState
Public Enumeration TaskbarProgressBarState
Dim instance As TaskbarProgressBarState
public enum class TaskbarProgressBarState
type TaskbarProgressBarState
No code example is currently available or this language may not be supported.
NoProgress |
0 |
No progress is displayed.
|
Indeterminate |
1 |
The progress is indeterminate (marquee).
|
Normal |
2 |
Normal progress is displayed.
|
Error |
4 |
An error occurred (red).
|
Paused |
8 |
The operation is paused (yellow).
|