TaskBarProgressState enum¶
Defined in
Namespace: CrissCross.WPF.UI.TaskBar
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.TaskBar.TaskBarProgressState
Modifiers: public sealed
Summary¶
Specifies the state of the progress indicator in the Windows task bar. https://docs.microsoft.com/en-us/dotnet/api/system.windows.shell.taskbaritemprogressstate?view=windowsdesktop-5.0.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Values¶
| Name | Value | Description |
|---|---|---|
None | 0 | No progress indicator is displayed in the task bar area. |
Indeterminate | 1 | A pulsing green (W10) or gray (W11) indicator is displayed in the task bar area. |
Normal | 2 | A green progress indicator is displayed in the task bar area. |
Error | 4 | A red progress indicator is displayed in the task bar area. |
Paused | 8 | A yellow progress indicator is displayed in the task bar area. |