Click or drag to resize
Sandcastle Help File BuilderStatusBarTextProviderInstanceDisplayPanel Property
This is used to set or get the status bar panel in which to display the messages when the InstanceStatusBar property is set to a status bar.

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

Property Value

Type: Int32
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. If using the ApplicationStatusBar, this property is ignored. It is also ignored if using a tool strip item to display the text.
See Also