| 737 | } |
| 738 | |
| 739 | DWORD CComboUI::GetDisabledItemTextColor() const |
| 740 | { |
| 741 | return m_ListInfo.dwDisabledTextColor; |
| 742 | } |
| 743 | |
| 744 | DWORD CComboUI::GetDisabledItemBkColor() const |
| 745 | { |
nothing calls this directly
no outgoing calls
no test coverage detected