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

Method OnFinalMessage

DuiLib/Control/UIEdit.cpp:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 void CEditWnd::OnFinalMessage(HWND /*hWnd*/)
91 {
92 m_pOwner->Invalidate();
93 // Clear reference and die
94 if( m_hBkBrush != NULL ) ::DeleteObject(m_hBkBrush);
95 m_pOwner->m_pWindow = NULL;
96 delete this;
97 }
98
99 LRESULT CEditWnd::HandleMessage(UINT uMsg, WPARAM wParam, LPARAM lParam)
100 {

Callers 2

__WndProcMethod · 0.45
__ControlProcMethod · 0.45

Calls 1

InvalidateMethod · 0.45

Tested by

no test coverage detected