| 549 | } |
| 550 | |
| 551 | void CListUI::SetDisabledItemImage(LPCTSTR pStrImage) |
| 552 | { |
| 553 | m_ListInfo.sDisabledImage = pStrImage; |
| 554 | Invalidate(); |
| 555 | } |
| 556 | |
| 557 | DWORD CListUI::GetDisabledItemTextColor() const |
| 558 | { |
nothing calls this directly
no outgoing calls
no test coverage detected