IWindowInfo.SetAsChild Method (IntPtr, Rect) |
Version 102.0.100
Create the browser as a child window.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntaxvoid SetAsChild(
IntPtr parentHandle,
Rect windowBounds
)
void SetAsChild(
IntPtr parentHandle,
Rect windowBounds
)
Parameters
- parentHandle
- Type: System.IntPtr
parent handle - windowBounds
- Type: CefSharp.Structs.Rect
window bounds
See Also