ToolStripProgressBar::Text Property

 

Gets or sets the text displayed on the ToolStripProgressBar.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property String^ Text {
	virtual String^ get() override;
	virtual void set(String^ value) override;
}

Property Value

Type: System::String^

A String representing the display text.

Although the ToolStripProgressBar has a Text property, no text is shown on the control.

.NET Framework
Available since 2.0
Return to top
Show: