'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the background color of the alternate row.")> Public Property AlternateRowColorBackColor As System.Drawing.Color
'Usage
Dim instance As NListView Dim value As System.Drawing.Color instance.AlternateRowColorBackColor = value value = instance.AlternateRowColorBackColor
[System.ComponentModel.Description("Gets/sets the background color of the alternate row.")] public System.Drawing.Color AlternateRowColorBackColor {get; set;}