CImageList* GetImageList( ) const;
Return Value
A pointer to a CImageList object. If it fails, this member function returns NULL.
Remarks
Call this member function to get a pointer to the image list used by a CComboBoxEx control.
The CImageList object pointed to by the return value is a temporary object and is destroyed during the next idle processing time.
CComboBoxEx Overview | Class Members | Hierarchy Chart
See Also CComboBoxEx::SetImageList, COMBOBOXEXITEM