IWindowInfoSetAsChild Method (IntPtr, Rect) | 
Version 106.0.290 
            Create the browser as a child window.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxvoid SetAsChild(
	IntPtr parentHandle,
	Rect windowBounds
)
void SetAsChild(
	IntPtr parentHandle, 
	Rect windowBounds
)
Parameters
- parentHandle
 - Type: SystemIntPtr
parent handle - windowBounds
 - Type: CefSharp.StructsRect
window bounds 
See Also