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

Method SetDelayCreate

DuiLib/Control/UIActiveX.cpp:1003–1010  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1001}
1002
1003void CActiveXUI::SetDelayCreate(bool bDelayCreate)
1004{
1005 if( m_bDelayCreate == bDelayCreate ) return;
1006 if( bDelayCreate == false ) {
1007 if( m_bCreated == false && m_clsid != IID_NULL ) DoCreateControl();
1008 }
1009 m_bDelayCreate = bDelayCreate;
1010}
1011
1012bool CActiveXUI::CreateControl(LPCTSTR pstrCLSID)
1013{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected