Advances the current position of the ProgressBar by the amount of the Step property, and redraws the control to reflect the new position.
[Visual Basic] Public Sub PerformStep() [C#] public void PerformStep(); [C++] public: void PerformStep(); [JScript] public function PerformStep();
The Value property specifies the current position of the ProgressBar. If, after calling PerformStep, the new value is greater than Maximum, the value is reset to Minimum.
ProgressBar Class | ProgressBar Members | System.WinForms Namespace | Maximum | Minimum | Step | Value