Click or drag to resize

IWindowInfoSetAsChild Method (IntPtr)

Version 90.6.50
Create the browser as a child window. Calls GetClientRect(Hwnd) to obtain the window bounds

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
Syntax
void SetAsChild(
	IntPtr parentHandle
)

Parameters

parentHandle
Type: SystemIntPtr
parent handle
See Also