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 Constructor

Initializes a new instance of the ProgressBar class in its default state.

[Visual Basic]
Public Sub New()
[C#]
public ProgressBar();
[C++]
public: ProgressBar();
[JScript]
public function ProgressBar();

Remarks

By default, the range of a ProgressBar is 0 to 100, and the Step property is 10. For more information on the range, see the Minimum and Maximum properties.

See Also

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