CComboBoxEx::GetImageList
Call this member function to get a pointer to the image list used by a CComboBoxEx control.
CImageList* GetImageList( ) const;
Return Value
A pointer to a CImageList object. If it fails, this member function returns NULL.
Remarks
The CImageList object pointed to by the return value is a temporary object and is destroyed during the next idle processing time.
Requirements
Header: afxcmn.h