| 899 | } |
| 900 | |
| 901 | void CActiveXUI::SetInternVisible(bool bVisible) |
| 902 | { |
| 903 | CControlUI::SetInternVisible(bVisible); |
| 904 | if( m_hwndHost != NULL && !m_pControl->m_bWindowless ) |
| 905 | ::ShowWindow(m_hwndHost, IsVisible() ? SW_SHOW : SW_HIDE); |
| 906 | } |
| 907 | |
| 908 | void CActiveXUI::SetPos(RECT rc) |
| 909 | { |
nothing calls this directly
no outgoing calls
no test coverage detected