MCPcopy Create free account
hub / github.com/cinience/RedisStudio / OnFinalMessage

Method OnFinalMessage

DuiLib/Control/UICombo.cpp:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void 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
94LRESULT CComboWnd::HandleMessage(UINT uMsg, WPARAM wParam, LPARAM lParam)
95{

Callers

nothing calls this directly

Calls 1

InvalidateMethod · 0.45

Tested by

no test coverage detected