| 588 | } |
| 589 | |
| 590 | void CComboUI::SetDisabledImage(LPCTSTR pStrImage) |
| 591 | { |
| 592 | m_sDisabledImage = pStrImage; |
| 593 | Invalidate(); |
| 594 | } |
| 595 | |
| 596 | TListInfoUI* CComboUI::GetListInfo() |
| 597 | { |
nothing calls this directly
no outgoing calls
no test coverage detected