Returns the imageList the control points at. This is where tabs that have imageIndex set will get there images from.
[Visual Basic] Public Property ImageList As ImageList [C#] public ImageList ImageList {get; set;} [C++] public: __property ImageList* get_ImageList(); public: __property void set_ImageList(ImageList*); [JScript] public function get ImageList() : ImageList; public function set ImageList(ImageList);
imageList An image list control.