Click or drag to resize

WindowInfoSetAsChild(IntPtr) Method

Version 130.1.90
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: 129.0.110.0
Syntax
public void SetAsChild(
	IntPtr parentHandle
)

Parameters

parentHandle  IntPtr
parent handle

Implements

IWindowInfoSetAsChild(IntPtr)
See Also