Skip to main content

TcxColorComboBoxItem.Color Property

Specifies the color represented by the item.

Declaration

property Color: TColor read; write;

Property Value

Type
TColor

Remarks

Use the Color property to set or get the color represented by the item. This property value is returned by the EditValue of the color combo box when the item is selected. Also, a box populated with this color is displayed within the item (provided that the Properties.ColorBoxWidth property is set to a value greater than 0).

Note that if you set the Color property to one of the system colors, it may display differently on different computers. This depends on how system colors are specified within the operating system.

See Also