property Highlight.BackColor as Color
Specifies the element's background color.

TypeDescription
Color A color expression that indicates the element's background color. The last 7 bits in the high significant byte of the color to indicates the identifier of the skin being used. Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the background's part.
By default, the BackColor property is 0, which means no background color is applied to the object. The BackColor property has effect only if a non-zero value is used. The ForeColor property specifies the element's foreground color.

The following screen shot displays the objects with this element set: