Skip to main content

TcxCustomColorComboBox Class

Serves as the base for color combo box controls.

Declaration

TcxCustomColorComboBox = class(
    TcxCustomComboBox
)

Remarks

The TcxCustomColorComboBox object implements the basic functionality of color combo box controls. These are controls that allow end-users to select a color from a dropdown list. Dropdown Items can show color boxes, textual descriptions of colors or both. You can allow end-users to add custom colors to the list using the color editor dialog. Color descriptions displayed can differ based upon the naming convention currently applied. Additionally, you can make use of four predefined color sets or create your own manually. The functionality of color combo box controls also includes maintaining the most recently used color list.

The images below show sample appearances of the TcxColorComboBox or TcxDBColorComboBox control.

Do not create instances of the TcxCustomColorComboBox class in applications. If you need to add a color combo box control to your application, use the TcxColorComboBox or TcxDBColorComboBox objects instead. The TcxCustomColorComboBox class can be used to derive your own color combo box controls.

See Also