ProgressBarMessager ReportInitialMessage Method CleanCode C# Libraries v1.2.03 API
Reports an initial message.

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

public void ReportInitialMessage(
	string statusMessage
)

Parameters

statusMessage
Type: OnlineSystem String
The status message to display.
Remarks

Unlike PerformStep(String), which also displays a message, this method should be used to show an initial message, as it does not advance the ProgressBar. Furthermore, it enables the Cancel button.
See Also