Skip to content

Latest commit

 

History

History
57 lines (49 loc) · 1.75 KB

File metadata and controls

57 lines (49 loc) · 1.75 KB
title Using CComboBoxEx | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
CComboBoxEx
dev_langs
C++
helpviewer_keywords
combo boxes, extended
extended combo boxes, about extended combo boxes
combo boxes, CComboBoxEx class
CComboBox class, extended
ms.assetid c23cbfe8-75d2-4f98-a753-c942416eda52
caps.latest.revision 10
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Using 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.

What do you want to know more about

See Also

Controls