Click or drag to resize

WindowInfoSetAsChild Method (IntPtr, Rect)

Version 102.0.100
Create the browser as a child window.

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

Parameters

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

Implements

IWindowInfoSetAsChild(IntPtr, Rect)
See Also