Click or drag to resize

IWindowInfoSetAsChild Method (IntPtr, Int32, Int32, Int32, Int32)

Version 91.1.160
Create the browser as a child window.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 91.1.160.0 (91.1.160.0)
Syntax
void SetAsChild(
	IntPtr parentHandle,
	int left,
	int top,
	int right,
	int bottom
)

Parameters

parentHandle
Type: SystemIntPtr
parent handle
left
Type: SystemInt32
left
top
Type: SystemInt32
top
right
Type: SystemInt32
right
bottom
Type: SystemInt32
bottom
See Also