Initializes a new instance of the ProgressBar class in its default state.
[Visual Basic] Public Sub New() [C#] public ProgressBar(); [C++] public: ProgressBar(); [JScript] public function ProgressBar();
By default, the range of a ProgressBar is 0 to 100, and the Step property is 10. For more information on the range, see the Minimum and Maximum properties.
ProgressBar Class | ProgressBar Members | System.WinForms Namespace | Maximum | Minimum | Step