|  | StatusBarTextProviderStatusLabel 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.ControlsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
 Syntax
Syntaxpublic static ToolStripStatusLabel StatusLabel { get; set; }Public Shared Property StatusLabel As ToolStripStatusLabel
	Get
	Set
public:
static property ToolStripStatusLabel^ StatusLabel {
	ToolStripStatusLabel^ get ();
	void set (ToolStripStatusLabel^ value);
}static member StatusLabel : ToolStripStatusLabel with get, set
Property Value
Type: 
ToolStripStatusLabel Remarks
RemarksThis property is only available when used with .NET 2.0.
            
 See Also
See Also