Click or drag to resize

WindowInfoSetAsChild Method (IntPtr, Int32, Int32, Int32, Int32)

Version 75.1.140

[Missing <summary> documentation for "M:CefSharp.WindowInfo.SetAsChild(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)"]

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

Parameters

parentHandle
Type: SystemIntPtr

[Missing <param name="parentHandle"/> documentation for "M:CefSharp.WindowInfo.SetAsChild(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)"]

left
Type: SystemInt32

[Missing <param name="left"/> documentation for "M:CefSharp.WindowInfo.SetAsChild(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)"]

top
Type: SystemInt32

[Missing <param name="top"/> documentation for "M:CefSharp.WindowInfo.SetAsChild(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)"]

right
Type: SystemInt32

[Missing <param name="right"/> documentation for "M:CefSharp.WindowInfo.SetAsChild(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)"]

bottom
Type: SystemInt32

[Missing <param name="bottom"/> documentation for "M:CefSharp.WindowInfo.SetAsChild(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)"]

Implements

IWindowInfoSetAsChild(IntPtr, Int32, Int32, Int32, Int32)
See Also