CComboBoxEx::GetImageList
Call this member function to get a pointer to the image list used by a CComboBoxEx control.
CImageList* GetImageList( ) const;
Возвращаемое значение
A pointer to a CImageList object. If it fails, this member function returns NULL.
Заметки
The CImageList object pointed to by the return value is a temporary object and is destroyed during the next idle processing time.
Требования
Header: afxcmn.h