CListCtrl::SetInsertMarkColor

Sets the color of the insertion point.

COLORREF SetInsertMarkColor(
   COLORREF color 
);

Parameters

  • color
    A COLORREF structure specifying the color to set the insertion point.

Return Value

Returns a COLORREF structure containing the previous color.

Remarks

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

Requirements

Header: afxcmn.h

See Also

Reference

CListCtrl Class

Hierarchy Chart

Other Resources

CListCtrl Members