ChromiumWebBrowserCreateBrowser Method |
Version 63.0.0
Create the underlying browser. The instance address, browser settings and request context will be used.
Namespace: CefSharp.OffScreenAssembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax public void CreateBrowser(
IntPtr windowHandle
)
public:
void CreateBrowser(
IntPtr windowHandle
)
Parameters
- windowHandle
- Type: SystemIntPtr
Window handle if any, IntPtr.Zero is the default
Exceptions Exception | Condition |
---|
Exception | An instance of the underlying offscreen browser has already been created, this method can only be called once. |
See Also