Click or drag to resize
Sandcastle Help File BuilderStatusBarTextProviderApplicationDisplayPanel 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.Controls
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public static int ApplicationDisplayPanel { get; set; }

Property Value

Type: Int32
This 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