2027 Property
Changes 0
P

TaskDialog.EnableMarqueeProgressBar

Description:
Enables a marquee style progress bar to be displayed in the TaskDialog.
Remarks:

When true, the TaskDialog will display a progress bar that has an indeterminate start and stop.

A progress bar is a window that an application can use to indicate the progress of a lengthy operation.

It consists of a rectangle that is animated as an operation progresses. The animation continues until the TaskDialog is closed.

The default value is false.

public bool EnableMarqueeProgressBar { get; set; }
  • Thrown if the TaskDialog also has ExtraCheckBoxText set as the two cannot coincide in the same TaskDialog.