TcxCustomColorComboBoxProperties.ColorBoxAlign Property
Specifies the alignment of color boxes within items of the color combo box.
Declaration
property ColorBoxAlign: TcxColorBoxAlign read; write; default cbaLeft;
Property Value
Type | Default |
---|---|
TcxColorBoxAlign | cbaLeft |
Remarks
Use the ColorBoxAlign property to specify whether color boxes are located on the right or the left side of combo box items. The following values are available for this property.
Property’s Value | Meaning | Effect |
---|---|---|
cbaLeft | Color boxes are aligned to the left side of the combo box. | |
cbaRight | Color boxes are aligned to the right side of the combo box. |
The default value of the ColorBoxAlign property is cbaLeft.
See Also