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