2.5.3 BackColor

An OLE_COLOR that specifies the background color of the control.

The file format default is specified as follows:

Control

File format default

Meaning

CheckBox

ComboBox

ListBox

OptionButton

TextBox

ToggleButton

0x80000005

COLOR_WINDOW from the system palette.

CommandButton

Form

Image

Label

ScrollBar

SpinButton

0x8000000F

COLOR_BTNFACE from the system palette.

TabStrip

0x8000000F

COLOR_3DFACE from the system palette, equivalent to COLOR_BTNFACE.

Applies to: CheckBox | ComboBox | CommandButton | Form | Image | Label | ListBox | OptionButton | ScrollBar | SpinButton | TabStrip | TextBox | ToggleButton