CListCtrl::SetOutlineColor

Sets the color of the border of a list-view control if the LVS_EX_BORDERSELECT extended window style is set.

COLORREF SetOutlineColor(
   COLORREF color 
);

Parameters

  • color
    The new COLORREF structure containing the outline color.

Return Value

The previous COLORREF structure containing the outline color

Remarks

This member function emulates the functionality of the LVM_SETOUTLINECOLOR message, as described in the Windows SDK.

Requirements

Header: afxcmn.h

See Also

Concepts

CListCtrl Class

CListCtrl Members

Hierarchy Chart