Click or drag to resize

NativeMethodWrapperSetWindowParent Method

Version 102.0.100

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

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 102.0.100.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