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

Method Refresh2

DuiLib/Control/UIWebBrowser.cpp:438–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438void DuiLib::CWebBrowserUI::Refresh2( int Level )
439{
440 CVariant vLevel;
441 vLevel.vt=VT_I4;
442 vLevel.intVal=Level;
443 m_pWebBrowser2->Refresh2(&vLevel);
444}
445
446void DuiLib::CWebBrowserUI::SetAttribute( LPCTSTR pstrName, LPCTSTR pstrValue )
447{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected