IWindowInfoSetAsChild Method |
Version 67.0.0
Create the browser as a child window.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 67.0.0.0 (67.0.0.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