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.Step

Gets or sets the amount that a call to PerformStep increases the progress bar's current position.

[Visual Basic]
Public Property Step As Integer
[C#]
public int Step {get; set;}
[C++]
public: __property int get_Step();
public: __property void set_Step(int);
[JScript]
public function get Step() : int;
public function set Step(int);

Property Value

The amount to increment the progress bar with each call to PerformStep. The default is 10.

See Also

ProgressBar Class | ProgressBar Members | System.WinForms Namespace | PerformStep