| StatusBarTextProviderApplicationDefaultText 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.ControlsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public static string ApplicationDefaultText { get; set; }
Public Shared Property ApplicationDefaultText As String
Get
Set
public:
static property String^ ApplicationDefaultText {
String^ get ();
void set (String^ value);
}
static member ApplicationDefaultText : string with get, set
Property Value
Type:
StringBy 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