Click or drag to resize
Sandcastle Help File BuilderStatusBarTextProviderInstanceStatusBar Property
This is used to get or set the status bar component to use for this instance.

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

Property Value

Type: Object
If not set or set to null, it will use the status bar control assigned to the ApplicationStatusBar property.
Exceptions
ExceptionCondition
ArgumentExceptionThis is thrown if the object is not a status bar control or a tool strip item.
See Also