# winforms-custom-imagecombobox-editor **Repository Path**: yangbobin/winforms-custom-imagecombobox-editor ## Basic Information - **Project Name**: winforms-custom-imagecombobox-editor - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: 10.1.6+ - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-07 - **Last Updated**: 2025-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README  [](https://supportcenter.devexpress.com/ticket/details/E2435) [](https://docs.devexpress.com/GeneralInformation/403183) [](#does-this-example-address-your-development-requirementsobjectives) *Files to look at*: * [MyPopupContainerEdit.cs](./CS/DXSample/MyPopupContainerEdit.cs) (VB: [MyPopupContainerEdit.vb](./VB/DXSample/MyPopupContainerEdit.vb)) # How to implement a custom ImageComboBox editor that allows entering custom values
In this example, this task is accomplished via a PopupContainerEdit descendant, whose popup window contains an ImageListBoxControl. Please refer to the Custom Editors help topic for additional information.
See Also:
PopupContainerEdit
ImageListBoxControl