NativeMethodWrapperSetWindowParent Method |
Version 130.1.90[Missing <summary> documentation for "M:CefSharp.NativeMethodWrapper.SetWindowParent(System.IntPtr,System.IntPtr)"]
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public static void SetWindowParent(
IntPtr child,
IntPtr newParent
)
public:
static void SetWindowParent(
IntPtr child,
IntPtr newParent
)
Parameters
- child IntPtr
[Missing <param name="child"/> documentation for "M:CefSharp.NativeMethodWrapper.SetWindowParent(System.IntPtr,System.IntPtr)"]
- newParent IntPtr
[Missing <param name="newParent"/> documentation for "M:CefSharp.NativeMethodWrapper.SetWindowParent(System.IntPtr,System.IntPtr)"]
See Also