ProgressBarMessager ResetOnDisplay Property CleanCode C# Libraries v1.2.03 API
Gets or sets a value indicating whether to reset the ProgressBarMessager when it becomes visible.

Namespace: CleanCode.GeneralComponents.Controls
Assembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool ResetOnDisplay { get; set; }

Field Value

true to reset on display; otherwise, false. The default is true.
Remarks

A reset involves invoking the public Reset  method.
See Also