property Rollist.ItemBackColor as Color
Specifies the default background color for all items.

TypeDescription
Color A color expression that indicates the default background color for items. 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 ItemBackColor property defines the default background color for items. The ForeColor property defines the default foreground color for items. Use the BackColor property to specify the background color for a given item. Use the ForeColor property to specify the foreground color for a given item.