CListCtrl::GetInsertMarkColor

Retrieves the current color of the insertion mark.

COLORREF GetInsertMarkColor( ) const;

Return Value

Returns a COLORREF structure that contains the color of the insertion point.

Remarks

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

Requirements

Header: afxcmn.h

See Also

Reference

CListCtrl Class