CListCtrl::SetBkColor
Visual Studio 2005
Sets the background color of the list view control.
BOOL SetBkColor( COLORREF cr );
Parameters
- cr
-
Background color to set, or the CLR_NONE value for no background color. List view controls with background colors redraw themselves significantly faster than those without background colors. For information, see COLORREF in the Platform SDK.