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