| MainFormStatusBarTextLabel Property |
Get a reference to the status strip label used for status bar text
Namespace: SandcastleBuilder.GuiAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public ToolStripStatusLabel StatusBarTextLabel { get; }
Public ReadOnly Property StatusBarTextLabel As ToolStripStatusLabel
Get
public:
property ToolStripStatusLabel^ StatusBarTextLabel {
ToolStripStatusLabel^ get ();
}
member StatusBarTextLabel : ToolStripStatusLabel with get
Property Value
Type:
ToolStripStatusLabelSee Also