Returns the ImageList control that has all the main images for this ToolBar.
[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 the ImageList containing all the main images for this ToolBar