| 708 | } |
| 709 | |
| 710 | DWORD CComboUI::GetHotItemTextColor() const |
| 711 | { |
| 712 | return m_ListInfo.dwHotTextColor; |
| 713 | } |
| 714 | DWORD CComboUI::GetHotItemBkColor() const |
| 715 | { |
| 716 | return m_ListInfo.dwHotBkColor; |
nothing calls this directly
no outgoing calls
no test coverage detected