Click or drag to resize

IWindowInfoSetAsChild(IntPtr, Rect) Method

Version 130.1.90
Create the browser as a child window.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
void SetAsChild(
	IntPtr parentHandle,
	Rect windowBounds
)

Parameters

parentHandle  IntPtr
parent handle
windowBounds  Rect
window bounds
See Also