CleanCode C# Libraries v0.9.23 API

ProgressBarMessager.ReportInitialMessage Method 

Reports an initial message.

public void ReportInitialMessage(
   String statusMessage
);

Parameters

statusMessage
The status message to display.

Remarks

Unlike PerformStep, 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

ProgressBarMessager Class | CleanCodeControls.Forms Namespace