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

Method OnFocus

DuiLib/Control/UIActiveX.cpp:706–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704}
705
706STDMETHODIMP CActiveXCtrl::OnFocus(BOOL fGotFocus)
707{
708 DUITRACE(_T("AX: CActiveXCtrl::OnFocus"));
709 m_bFocused = (fGotFocus == TRUE);
710 return S_OK;
711}
712
713STDMETHODIMP CActiveXCtrl::ShowPropertyFrame(void)
714{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected