Click or drag to resize

IWindowInfo.SetAsChild Method (IntPtr, Int32, Int32, Int32, Int32)

Version 84.4.10
Create the browser as a child window.

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

Parameters

parentHandle
Type: System.IntPtr
parent handle
left
Type: System.Int32
left
top
Type: System.Int32
top
right
Type: System.Int32
right
bottom
Type: System.Int32
bottom
See Also