| 434 | } |
| 435 | |
| 436 | void CListUI::SetItemBkColor(DWORD dwBkColor) |
| 437 | { |
| 438 | m_ListInfo.dwBkColor = dwBkColor; |
| 439 | Invalidate(); |
| 440 | } |
| 441 | |
| 442 | void CListUI::SetItemBkImage(LPCTSTR pStrImage) |
| 443 | { |
nothing calls this directly
no outgoing calls
no test coverage detected