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);

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