Click or drag to resize

NativeMethodWrapperSetWindowParent Method

Version 94.4.20

[Missing <summary> documentation for "M:CefSharp.NativeMethodWrapper.SetWindowParent(System.IntPtr,System.IntPtr)"]

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 94.4.20.0
Syntax
public static void SetWindowParent(
	IntPtr child,
	IntPtr newParent
)

Parameters

child
Type: SystemIntPtr

[Missing <param name="child"/> documentation for "M:CefSharp.NativeMethodWrapper.SetWindowParent(System.IntPtr,System.IntPtr)"]

newParent
Type: SystemIntPtr

[Missing <param name="newParent"/> documentation for "M:CefSharp.NativeMethodWrapper.SetWindowParent(System.IntPtr,System.IntPtr)"]

See Also