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