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

Method CanInPlaceActivate

DuiLib/Control/UIActiveX.cpp:576–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574}
575
576STDMETHODIMP CActiveXCtrl::CanInPlaceActivate(void)
577{
578 DUITRACE(_T("AX: CActiveXCtrl::CanInPlaceActivate"));
579 return S_OK;
580}
581
582STDMETHODIMP CActiveXCtrl::OnInPlaceActivate(void)
583{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected