TcxColorComboBoxItems.ClearNonCustom Method
Removes all the items which represent non-custom colors within the color combo box.
Declaration
procedure ClearNonCustom; virtual;
Remarks
Call the ClearNonCustom procedure to remove all the items, which represent non-custom colors (from the predefined sets) within the color combo box. As a result, the control’s Properties.Items collection contains only the items from the Properties.CustomColors collection.
See Also