WebView2.BuildWindowCore(HandleRef) Method

Definition

This is overridden from HwndHost and is called to instruct us to create our HWND.

protected override System.Runtime.InteropServices.HandleRef BuildWindowCore (System.Runtime.InteropServices.HandleRef hwndParent);
override this.BuildWindowCore : System.Runtime.InteropServices.HandleRef -> System.Runtime.InteropServices.HandleRef
Protected Overrides Function BuildWindowCore (hwndParent As HandleRef) As HandleRef

Parameters

hwndParent
HandleRef

The HWND that we should use as the parent of the one we create.

Returns

The HWND that we created.

Applies to

See also