Click or drag to resize

WindowInfo.SetAsChild Method (IntPtr)

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

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 111.2.70.0
Syntax
public void SetAsChild(
	IntPtr parentHandle
)

Parameters

parentHandle
Type: System.IntPtr
parent handle

Implements

IWindowInfo.SetAsChild(IntPtr)
See Also