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

Method OnKillFocus

DuiLib/Control/UIEdit.cpp:131–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 LRESULT CEditWnd::OnKillFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
132 {
133 LRESULT lRes = ::DefWindowProc(m_hWnd, uMsg, wParam, lParam);
134 PostMessage(WM_CLOSE);
135 return lRes;
136 }
137
138 LRESULT CEditWnd::OnEditChanged(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)
139 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected