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

TcxCustomImageComboBoxProperties Class

Contains settings specific to image combo box editors.

Declaration

TcxCustomImageComboBoxProperties = class(
    TcxCustomComboBoxProperties
)

Remarks

The Images and LargeImages properties specify the TCustomImageList instances storing the images displayed within an editor and its dropdown window. Images alignment within the editor dropdown is defined via the ImageAlign property. The MultiLineText property determines whether the text displayed within the editor dropdown is represented in a single or multi line manner. The ShowDescriptions property indicates whether the text representation of image combo box items is displayed within the editor.

The TcxCustomImageComboBoxProperties object is referenced via an image combo box editor’s Properties property.

See Also