Click or drag to resize
Sandcastle Help File BuilderStatusBarTextProviderInstanceDefaultText Property
This is used to set or get the default text to show when no item has the focus or no status text for the instance status bar.

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

Property Value

Type: String
By default, it will be set to the text in the selected status bar component. If set to a different value, set this property after specifying the status bar control to use.
See Also