Click or drag to resize

IWindowInfoSetAsChild(IntPtr, Int32, Int32, Int32, Int32) 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,
	int left,
	int top,
	int right,
	int bottom
)

Parameters

parentHandle  IntPtr
parent handle
left  Int32
left
top  Int32
top
right  Int32
right
bottom  Int32
bottom
See Also