IWindowInfoSetAsChild Method (IntPtr) |
Version 88.2.90
Create the browser as a child window.
Calls GetClientRect(Hwnd) to obtain the window bounds
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax void SetAsChild(
IntPtr parentHandle
)
void SetAsChild(
IntPtr parentHandle
)
Parameters
- parentHandle
- Type: SystemIntPtr
parent handle
See Also