IWindowInfoSetAsChild Method (IntPtr, Int32, Int32, Int32, Int32) |
Version 109.1.110
Create the browser as a child window.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax void SetAsChild(
IntPtr parentHandle,
int left,
int top,
int right,
int bottom
)
void SetAsChild(
IntPtr parentHandle,
int left,
int top,
int right,
int bottom
)
Parameters
- parentHandle
- Type: SystemIntPtr
parent handle - left
- Type: SystemInt32
left - top
- Type: SystemInt32
top - right
- Type: SystemInt32
right - bottom
- Type: SystemInt32
bottom
See Also