ProgressBarMessager ShowElapsedTimes Property CleanCode C# Libraries v1.2.03 API
Gets or sets a value indicating whether to append elapsed times to each message as it finishes.

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

public bool ShowElapsedTimes { get; set; }

Field Value

true to show elapsed times; otherwise, false. The default is true.
See Also