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);
The position within the range of the ProgressBar. The range is specified by the Minimum and Maximum properties. The default property value is 0.
ProgressBar Class | ProgressBar Members | System.WinForms Namespace | Maximum | Minimum