| 616 | } |
| 617 | |
| 618 | void CComboUI::SetItemTextPadding(RECT rc) |
| 619 | { |
| 620 | m_ListInfo.rcTextPadding = rc; |
| 621 | Invalidate(); |
| 622 | } |
| 623 | |
| 624 | void CComboUI::SetItemTextColor(DWORD dwTextColor) |
| 625 | { |
nothing calls this directly
no outgoing calls
no test coverage detected