我想知道CefBrowserView
基础应用程序和CefBrowserHost
基础应用程序之间有什么区别。当我用spyxx研究其他Cef-base应用程序时,很多应用程序都没有CefBrowserHost窗口。但他们有CefBrowserView。
推荐CefBrowserView
还是CefBrowserHost
?
CefBrowserView
基础应用程序的组成如下。
- CefWindow-CefBrowserView
但CefBrowserHost
的基本应用程序是
- Windows本机窗口-CefBrowserHost(作为子窗口(
CefBrowserHost
使用您给它的窗口。
CefBrowserView
创建一个窗口。
- 如果在应用程序的现有窗口中嵌入CEF,请使用
CefBrowserHost
- 如果创建新的顶级窗口,请使用
CefBrowserView