TcxColorComboBoxItems.ClearCustom Method
Removes all the items which represent custom colors within the color combo box.
Declaration
procedure ClearCustom; virtual;
Remarks
Call the ClearCustom procedure to remove all the items, which represent custom colors within the color combo box. As a result, the control’s Properties.CustomColors collection is emptied and the Properties.Items collection contains only the items from the corresponding predefined set.
See Also