property HTML.BackColorAlternate as Color
Returns or sets the background color used to display alternate lines in the control.

TypeDescription
Color A color expression that indicates the alternate color

Use the BackColorAlternate property to display alternate lines in the control. Use the BackColor property to specify the control's background color.  By default, the BackColorAlternate is 0. If the BackColorAlternate is 0 it has no visual effect. Use the Picture property to assign a picture on the control's background. The BackColorLocked property specifies the control's background while it is locked. The Locked property specifies whether the control is read-only.