| 688 | } |
| 689 | |
| 690 | LPCTSTR CComboUI::GetSelectedItemImage() const |
| 691 | { |
| 692 | return m_ListInfo.sSelectedImage; |
| 693 | } |
| 694 | |
| 695 | void CComboUI::SetHotItemTextColor(DWORD dwTextColor) |
| 696 | { |
nothing calls this directly
no outgoing calls
no test coverage detected