Click or drag to resize
Sandcastle Help File BuilderStatusBarTextProviderStatusLabel Property
This is used to get or set the tool strip status label component that can be used to display a status message in conjunction with the ProgressBar component.

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

Property Value

Type: ToolStripStatusLabel
Remarks
This property is only available when used with .NET 2.0.
See Also