PPCC Namespace
Gets or sets the index of the image to use

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

Syntax

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

See Also