ProgressBarMessager Reset Method CleanCode C# Libraries v1.2.03 API
Resets the ProgressBarMessager.

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

public void Reset()
Remarks

A reset involves removing any existing messages, setting the progress bar back to zero, and resetting the Cancelled property to false.
See Also