Click or drag to resize
Sandcastle Help File BuilderStatusBarTextProviderApplicationDefaultText 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 application status bar.

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

Property Value

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