PPCC Namespace
Gets or sets the value of the progress bar

Namespace:  PPCC.ProgressBar
Assembly:  ColorButton (in ColorButton.dll)
Version: 2.0.0.0

Syntax

C#
public int Value { get; set; }
Visual Basic (Declaration)
Public Property Value As Integer
Visual C++
public:
property int Value {
	int get ();
	void set (int value);
}

See Also