Reports an initial message.
Namespace: CleanCode.GeneralComponents.ControlsAssembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
public void ReportInitialMessage(
string statusMessage
)
public void ReportInitialMessage(
string statusMessage
)
Public Sub ReportInitialMessage ( _
statusMessage As String _
)
Public Sub ReportInitialMessage ( _
statusMessage As String _
)
public:
void ReportInitialMessage(
String^ statusMessage
)
public:
void ReportInitialMessage(
String^ statusMessage
)
Parameters
- statusMessage
- Type: System String
The status message to display.
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.