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

Gets or sets the current position of the ProgressBar.

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

Property Value

The position within the range of the ProgressBar. The range is specified by the Minimum and Maximum properties. The default property value is 0.

See Also

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