Click or drag to resize

IWindowInfoSetAsChild Method (IntPtr, Rect)

Version 99.2.120
Create the browser as a child window.

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

Parameters

parentHandle
Type: SystemIntPtr
parent handle
windowBounds
Type: CefSharp.StructsRect
window bounds
See Also