WindowInfoSetAsChild Method (IntPtr, Int32, Int32, Int32, Int32) | 
Version 93.1.111 
            Create the browser as a child window.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 93.1.111.0
Syntaxpublic void SetAsChild(
	IntPtr parentHandle,
	int left,
	int top,
	int right,
	int bottom
)
public:
virtual void SetAsChild(
	IntPtr parentHandle, 
	int left, 
	int top, 
	int right, 
	int bottom
) sealed
Parameters
- parentHandle
 - Type: SystemIntPtr
parent handle - left
 - Type: SystemInt32
left - top
 - Type: SystemInt32
top - right
 - Type: SystemInt32
right - bottom
 - Type: SystemInt32
bottom 
Implements
IWindowInfoSetAsChild(IntPtr, Int32, Int32, Int32, Int32)
See Also