Gets or sets link to associated ImageList component.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers.Images (in Greatis.PrintSuite.Providers.Images.dll)

Syntax

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

See Also