带图形的 MFC ComboBox?

MFC ComboBox with graphics?

是否有适用于 MFC 的标准、内置或库,其中组合框可以列出图形图标而不是文本,或者甚至像带有文本和图标而不仅仅是文本的列表视图?

只是不想用所有者绘制类型的东西重新发明轮子,如果已经完成的话。

TIA!!

看看使用 CComboBoxEx

引用:

The extended combo box control is an extension of the standard combo box control that provides native support for item images. These images can be used to indicate the status of individual items in the combo box, such as the currently selected and unselected items. To make item images easily accessible, the control provides image list support.

Use this control to provide the functionality of a combo box without having to manually draw item graphics.