| StatusBarTextProviderApplicationDisplayPanel Property |
This is used to set or get the status bar panel in which to
display the messages in the common application status bar.
Namespace: SandcastleBuilder.Utils.ControlsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public static int ApplicationDisplayPanel { get; set; }
Public Shared Property ApplicationDisplayPanel As Integer
Get
Set
public:
static property int ApplicationDisplayPanel {
int get ();
void set (int value);
}
static member ApplicationDisplayPanel : int with get, set
Property Value
Type:
Int32This property is static and must be set at some point
during application initialization. This display panel will be
used unless the
InstanceStatusBar property is set
to override the status bar used. In that case, the
InstanceDisplayPanel is used instead.
The default is zero (the first panel). If the status bar does
not have panels, the index exceeds the panel count, or the status
bar's
ShowPanels
property is false, messages will be shown in the status bar's
Text property instead. This property is ignored if using a
tool strip item to display the text.
See Also