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

Method SetAttribute

DuiLib/Control/UIFlash.cpp:267–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265 }
266
267 void CFlashUI::SetAttribute( LPCTSTR pstrName, LPCTSTR pstrValue )
268 {
269 if (_tcscmp(pstrName, _T("homepage")) == 0)
270 {
271 }
272 else if (_tcscmp(pstrName, _T("autonavi"))==0)
273 {
274 }
275 else
276 CActiveXUI::SetAttribute(pstrName, pstrValue);
277 }
278};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected