PPCC Namespace
Gets or sets the image list used for the progress bar

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

Syntax

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

See Also