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

Method SetAutoNavigation

DuiLib/Control/UIWebBrowser.cpp:495–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495void DuiLib::CWebBrowserUI::SetAutoNavigation( bool bAuto /*= TRUE*/ )
496{
497 if (m_bAutoNavi==bAuto) return;
498
499 m_bAutoNavi=bAuto;
500}
501
502bool DuiLib::CWebBrowserUI::IsAutoNavigation()
503{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected