| 704 | } |
| 705 | |
| 706 | STDMETHODIMP CActiveXCtrl::OnFocus(BOOL fGotFocus) |
| 707 | { |
| 708 | DUITRACE(_T("AX: CActiveXCtrl::OnFocus")); |
| 709 | m_bFocused = (fGotFocus == TRUE); |
| 710 | return S_OK; |
| 711 | } |
| 712 | |
| 713 | STDMETHODIMP CActiveXCtrl::ShowPropertyFrame(void) |
| 714 | { |
nothing calls this directly
no outgoing calls
no test coverage detected