Click or drag to resize

WindowInfoSetAsChild Method (IntPtr)

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

Parameters

parentHandle
Type: SystemIntPtr
parent handle

Implements

IWindowInfoSetAsChild(IntPtr)
See Also