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

Method ReleaseControl

DuiLib/Control/UIFlash.cpp:170–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 }
169
170 void CFlashUI::ReleaseControl()
171 {
172 //GetManager()->RemoveTranslateAccelerator(this);
173 RegisterEventHandler(FALSE);
174 if (m_pFlash)
175 {
176 m_pFlash->Release();
177 m_pFlash=NULL;
178 }
179 }
180
181 bool CFlashUI::DoCreateControl()
182 {

Callers

nothing calls this directly

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected