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

Method GetFocus

DuiLib/Control/UIActiveX.cpp:451–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451STDMETHODIMP CActiveXCtrl::GetFocus(void)
452{
453 DUITRACE(_T("AX: CActiveXCtrl::GetFocus"));
454 if( m_pOwner == NULL ) return E_UNEXPECTED;
455 return m_bFocused ? S_OK : S_FALSE;
456}
457
458STDMETHODIMP CActiveXCtrl::SetFocus(BOOL fFocus)
459{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected