CustomBackColor Property
Description
Returns/sets the background color of custom item in popup window.
Usage
[form.][control.]CustomBackColor[ = OLE_COLOR ]
Data Type
OLE_COLOR
Default
System default button face color
Remarks
In Cool appearance, palette popup window background color can only be system button face color.
When this control style is Office series and Vista, CustomBackColor property would be changed to related PopupBackColor property value, programmer can modify it.
This property dependences on EnableCustomItem property, See also EnableCustomItem property.
Sample
ColorPicker1.CustomBackColor = &HFF0000