Click or drag to resize
Sandcastle Help File BuilderStatusBarTextProviderProgressBar Property
This is used to get or set the tool strip progress bar component that can be used to display progress through a long running task.

Namespace: SandcastleBuilder.Utils.Controls
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public static ToolStripProgressBar ProgressBar { get; set; }

Property Value

Type: ToolStripProgressBar
Remarks
This can be used in conjunction with StatusLabel. This property is only available when used with .NET 2.0.
See Also