| 698 | } |
| 699 | |
| 700 | void CComboUI::SetHotItemBkColor(DWORD dwBkColor) |
| 701 | { |
| 702 | m_ListInfo.dwHotBkColor = dwBkColor; |
| 703 | } |
| 704 | |
| 705 | void CComboUI::SetHotItemImage(LPCTSTR pStrImage) |
| 706 | { |
nothing calls this directly
no outgoing calls
no test coverage detected