WebViewHost.BuildWindowCore(HandleRef) Method

Definition

When overridden in a derived class, creates the window to be hosted.

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 window handle of the parent window.

Returns

The handle to the child Win32 window to create.

Applies to

See also