property FaceTree.BackColorHeader as Color
Specifies the header's background color.

TypeDescription
Color A color expression that indicates the background color for the control's header. 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.
The BackColorHeader property specifies the visual appearance of the control's header bar. The ForeColorHeader property specifies the foreground color of the control's header bar. The HeaderVisible property specifies whether the control shows it's header bar. The Caption property specifies the HTML caption to be shown on the control's header bar. The HeaderHeight property retrieves or sets a value indicating the control's header height.