Skip to main content

TcxColorComboBox Class

Represents a color combo box control.

Declaration

TcxColorComboBox = class(
    TcxCustomColorComboBox
)

Remarks

This class introduces the Properties property and publishes properties and events inherited from base classes.

All the properties, methods and events of the color combo box control can be accessed via its Properties property, an instance of the TcxColorComboBoxProperties class. Refer to its description for a more detailed list of features and links to the members that provide this functionality.

TcxDBColorComboBox is a data-aware version of the color combo box control.

See Also