WindowInfoSetAsChild(IntPtr, Int32, Int32, Int32, Int32) Method |
Version 130.1.90
Create the browser as a child window.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public void SetAsChild(
IntPtr parentHandle,
int left,
int top,
int right,
int bottom
)
public:
virtual void SetAsChild(
IntPtr parentHandle,
int left,
int top,
int right,
int bottom
) sealed
Parameters
- parentHandle IntPtr
- parent handle
- left Int32
- left
- top Int32
- top
- right Int32
- right
- bottom Int32
- bottom
Implements
IWindowInfoSetAsChild(IntPtr, Int32, Int32, Int32, Int32)See Also