MobileForms Toolkit Documentation

ProgressBar.Increment Method 

Advances the current position of the progress bar by the specified amount.

public void Increment(
int value
);

Parameters

value
The amount by which to increment the progress bar's current position.

See Also

ProgressBar Class | Resco.Controls.ProgressBar Namespace