Click or drag to resize

CefBrowserHostCreateBrowser Method

Overload List
  NameDescription
Public methodStatic memberCreateBrowser(CefWindowInfo, CefClient, CefBrowserSettings)
Public methodStatic memberCreateBrowser(CefWindowInfo, CefClient, CefBrowserSettings, CefRequestContext)
Public methodStatic memberCreateBrowser(CefWindowInfo, CefClient, CefBrowserSettings, String)
Public methodStatic memberCreateBrowser(CefWindowInfo, CefClient, CefBrowserSettings, Uri)
Public methodStatic memberCreateBrowser(CefWindowInfo, CefClient, CefBrowserSettings, String, CefRequestContext)
Create a new browser window using the window parameters specified by |windowInfo|. All values will be copied internally and the actual window will be created on the UI thread. If |request_context| is empty the global request context will be used. This method can be called on any browser process thread and will not block.
Public methodStatic memberCreateBrowser(CefWindowInfo, CefClient, CefBrowserSettings, Uri, CefRequestContext)
Top
See Also