NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ProgressBar.PerformStep

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();

Remarks

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.

See Also

ProgressBar Class | ProgressBar Members | System.WinForms Namespace | Maximum | Minimum | Step | Value