Description
Returns/sets the default color button background color.
Usage
[form.][control.]DefaultButtonBackColor[ = OLE_COLOR]
Data Type
OLE_COLOR
Default
System default button face color
Remarks
This property sets or returns the default item button background color, generally this value is the same with dropped down popup window background color.
This property dependences on EnableDefaultItem property, See also EnableDefaultItem property.
Sample
ColorPicker1.DefaultButtonBackColor = RGB (0, 0, 255)