Click or drag to resize

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

Version 118.6.80
Create the browser as a child window.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.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