Click or drag to resize
Sandcastle Help File BuilderStatusBarTextProviderResetProgressBar Method (String)
This can be used to reset the status strip progress bar to its minimum value and display a new progress message.

Namespace: SandcastleBuilder.Utils.Controls
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public static void ResetProgressBar(
	string progressNote
)

Parameters

progressNote
Type: SystemString
The progress note to display in the progress note status label. If set to null, the message is cleared.
See Also