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

Method SetInternVisible

DuiLib/Control/UIActiveX.cpp:901–906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899}
900
901void 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
908void CActiveXUI::SetPos(RECT rc)
909{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected