ToolStripProgressBar::ProgressBar Property

 

Gets the ProgressBar.

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

public:
[BrowsableAttribute(false)]
property ProgressBar^ ProgressBar {
	ProgressBar^ get();
}

Property Value

Type: System.Windows.Forms::ProgressBar^

The ProgressBar object associated with the control.

This is a strongly typed accessor for this ToolStripProgressBar.

.NET Framework
Available since 2.0
Return to top
Show: