| 84 | } |
| 85 | |
| 86 | void CComboWnd::OnFinalMessage(HWND hWnd) |
| 87 | { |
| 88 | m_pOwner->m_pWindow = NULL; |
| 89 | m_pOwner->m_uButtonState &= ~ UISTATE_PUSHED; |
| 90 | m_pOwner->Invalidate(); |
| 91 | delete this; |
| 92 | } |
| 93 | |
| 94 | LRESULT CComboWnd::HandleMessage(UINT uMsg, WPARAM wParam, LPARAM lParam) |
| 95 | { |
nothing calls this directly
no test coverage detected