Back to Devexpress

TaskbarButtonProgressMode Enum

windowsforms-devexpress-dot-utils-dot-taskbar-dot-core-a7c3c388.md

latest2.5 KB
Original Source

TaskbarButtonProgressMode Enum

Contains values that specify the type of progress indicator to be displayed within taskbar buttons.

Namespace : DevExpress.Utils.Taskbar.Core

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public enum TaskbarButtonProgressMode
vb
Public Enum TaskbarButtonProgressMode

Members

NameDescription
NoProgress

Stops displaying progress and returns the button to its regular state.

| | Indeterminate |

An indeterminate marquee-style progress indicator, which cycles repeatedly along the length of the taskbar button.

| | Normal |

The determinate progress indicator that grows in size from left to right. Advance the progress value with the TaskbarAssistant.ProgressCurrentValue property.

| | Error |

The same as the Normal mode, but the progress bar turns red to indicate that an error has occurred.

| | Paused |

The same as the Normal mode, but the progress turns yellow to indicate that progress is currently stopped.

|

The following properties accept/return TaskbarButtonProgressMode values:

Remarks

Values provided by the TaskbarButtonProgressMode type are used to set the TaskbarAssistant.ProgressMode property.

See Also

ProgressMode

DevExpress.Utils.Taskbar.Core Namespace