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

Method OnKillFocus

DuiLib/Control/UIActiveX.cpp:833–838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

831}
832
833LRESULT CActiveXWnd::OnKillFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
834{
835 bHandled = FALSE;
836 m_pOwner->m_bFocused = false;
837 return 0;
838}
839
840LRESULT CActiveXWnd::OnPaint(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
841{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected