Description
Returns/sets a joined colors value string to be used to store windows standard color dialog custom colors boxes colors. You can set the string manually or edit it visually in the control property pages.
Usage
[form.][control.]CustomColors[ = String ]
Data Type
String
Default
""
Remarks
CustomColors is a joined string which contains 16 color values mapped to Windows standard color dialog custom colors boxes, as the following description:
String Structure: Color0, Color1, Color2,…, Color15
Range: 0<= Colorn <=16777215; 0<=n<=15
Windows Color Dialog will be show when user chooses custom color.

This property is simplified with SetColorDlgCustomColor and GetColorDlgCustomColor methods.
See also SetColorDlgCustomColor and GetColorDlgCustomColor methods.
If this property straight inputting and modifying is discommodious, please use SetColorDlgCustomColor and GetColorDlgCustomColor methods.
This property dependences on EnableCustomItem property, See also EnableCustomItem property.
Notes: any sub color string DO NOT contains character “,”.
Sample
ColorPicker1.CustomColors = " 16744448,16777215,3263705,16744448,16777088,16744448,3664077,7517142,2724310,16777215,4259584,8388863,0,7595618,65535,65535"