| StatusBarTextProviderInstanceDisplayPanel 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.ControlsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public int InstanceDisplayPanel { get; set; }
Public Property InstanceDisplayPanel As Integer
Get
Set
public:
property int InstanceDisplayPanel {
int get ();
void set (int value);
}
member InstanceDisplayPanel : int with get, set
Property Value
Type:
Int32The 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