| 712 | return m_ListInfo.dwHotTextColor; |
| 713 | } |
| 714 | DWORD CComboUI::GetHotItemBkColor() const |
| 715 | { |
| 716 | return m_ListInfo.dwHotBkColor; |
| 717 | } |
| 718 | |
| 719 | LPCTSTR CComboUI::GetHotItemImage() const |
| 720 | { |
nothing calls this directly
no outgoing calls
no test coverage detected