Gets the specified subitem's background color. If a SubItem has not been defined for this index, the color information will be obtained correctly (though text will not be displayed in this color until an associated subitem text string has been defined).
[Visual Basic] Overridable Public Function GetSubItemBackColor( _ ByVal index As Integer _ ) As Color [C#] public virtual Color GetSubItemBackColor( int index ); [C++] public: virtual Color GetSubItemBackColor( int index ); [JScript] public function GetSubItemBackColor( index : int ) : Color;
the background color of that subitem, or null if it will be displayed using the ListView's global background color.
ListItem Class | ListItem Members | System.WinForms Namespace