| StatusBarTextProviderResetProgressBar 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.ControlsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public static void ResetProgressBar(
string progressNote
)
Public Shared Sub ResetProgressBar (
progressNote As String
)
public:
static void ResetProgressBar(
String^ progressNote
)
static member ResetProgressBar :
progressNote : string -> unit
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