Skip to main content
A newer version of this page is available. .

TcxImageComboBox Class

Represents an editor displaying a list of images and text strings within a dropdown window.

Declaration

TcxImageComboBox = class(
    TcxCustomImageComboBox
)

Remarks

The TcxImageComboBox class represents the editors containing a list of images with corresponding text descriptions within a dropdown window.

Image combo box editors are able to store images from the TCustomImageList object. Each image from the image list assigned to the Properties.Images or Properties.LargeImages property corresponds to the item displayed within the dropdown window of an image combo box. The Properties.Items property specifies the collection of items displayed within the image combo box’s editor. Each item is a TcxImageComboBoxItem class instance. The Description property of a TcxImageComboBoxItem instance specifies the text representing a specific editor item. The ImageIndex property defines the index of the image representing a specific item within the editor. The item Value property specifies the image combo box’s EditValue represented by the image and text defined via the item Description and ImageIndex properties.

The following image demonstrates the image combo box with the opened dropdown window:

See Also