| 678 | } |
| 679 | |
| 680 | DWORD CComboUI::GetSelectedItemTextColor() const |
| 681 | { |
| 682 | return m_ListInfo.dwSelectedTextColor; |
| 683 | } |
| 684 | |
| 685 | DWORD CComboUI::GetSelectedItemBkColor() const |
| 686 | { |
nothing calls this directly
no outgoing calls
no test coverage detected