TaskDialogProgressBarStyle Enumeration

Represents the possible progress bar styles of a TaskDialog.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public enum TaskDialogProgressBarStyle

Members

None0 Indicates that no progress bar should be displayed on the dialog.
Regular1 Represents the continuous progress bar style.
Marquee2 Represents the marquee progress bar style

See Also