| 575 | } |
| 576 | |
| 577 | void CListUI::SetItemLineColor(DWORD dwLineColor) |
| 578 | { |
| 579 | m_ListInfo.dwLineColor = dwLineColor; |
| 580 | Invalidate(); |
| 581 | } |
| 582 | |
| 583 | bool CListUI::IsItemShowHtml() |
| 584 | { |
nothing calls this directly
no outgoing calls
no test coverage detected