Back to Devexpress

ProgressBarControl.ShowProgressInTaskBar Property

windowsforms-devexpress-dot-xtraeditors-dot-progressbarcontrol-a16aa39c.md

latest1.7 KB
Original Source

ProgressBarControl.ShowProgressInTaskBar Property

Gets or sets whether the progress is reflected in the application button in the Windows Task Bar.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public bool ShowProgressInTaskBar { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(False)>
Public Property ShowProgressInTaskBar As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the progress is reflected in the application button in the Windows Task Bar; otherwise, false.

|

Remarks

The following image shows a form containing a ProgressBarControl control. The control’s ShowProgressInTaskBar property is enabled and as such, the progress is reflected by the application button in the Windows Task Bar:

See Also

ProgressBarControl Class

ProgressBarControl Members

DevExpress.XtraEditors Namespace