| StatusBarTextProviderProgressBar Property |
This is used to get or set the tool strip progress bar component
that can be used to display progress through a long running task.
Namespace: SandcastleBuilder.Utils.ControlsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public static ToolStripProgressBar ProgressBar { get; set; }
Public Shared Property ProgressBar As ToolStripProgressBar
Get
Set
public:
static property ToolStripProgressBar^ ProgressBar {
ToolStripProgressBar^ get ();
void set (ToolStripProgressBar^ value);
}
static member ProgressBar : ToolStripProgressBar with get, set
Property Value
Type:
ToolStripProgressBarRemarks This can be used in conjunction with
StatusLabel. This property is only available when
used with .NET 2.0.
See Also