Click or drag to resize

WindowInfoSetAsChild(IntPtr, Rect) Method

Version 130.1.90
Create the browser as a child window.

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

Parameters

parentHandle  IntPtr
parent handle
windowBounds  Rect
window bounds

Implements

IWindowInfoSetAsChild(IntPtr, Rect)
See Also