Combo Box Control
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
The themed combobox control is an enhanced version of a regular combo box. It provides the following features and benefits:
- DWM support: the control can be placed on the dialog's DWM area.
- Visual manager style: the control and dropdown list are rendered using visual manager methods.
- A prompt displayed when the combo box text is empty
- Auto-complete mode allows you to choose an option from a dropdown list, which is automatically updated while the user types (CBS_DROPDOWN style only).
- Dropdown list item icon and indentation
Combo box with icons and item indentations:
Combo box in Auto-complete mode