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

Method OnSetFocus

DuiLib/Control/UIActiveX.cpp:825–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823}
824
825LRESULT CActiveXWnd::OnSetFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
826{
827 bHandled = FALSE;
828 m_pOwner->m_bFocused = true;
829 if( !m_pOwner->m_bUIActivated ) DoVerb(OLEIVERB_UIACTIVATE);
830 return 0;
831}
832
833LRESULT CActiveXWnd::OnKillFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
834{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected