| 21 | } |
| 22 | |
| 23 | void SComboEdit::OnMouseLeave() |
| 24 | { |
| 25 | __super::OnMouseLeave(); |
| 26 | GetOwner()->SSendMessage(WM_MOUSELEAVE); |
| 27 | } |
| 28 | |
| 29 | void SComboEdit::OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags) |
| 30 | { |
nothing calls this directly
no test coverage detected