WindowsFormsHost.BuildWindowCore(HandleRef) Method

Definition

Overrides the base class implementation of BuildWindowCore(HandleRef) to build the hosted Windows Forms control.

protected:
 override System::Runtime::InteropServices::HandleRef BuildWindowCore(System::Runtime::InteropServices::HandleRef hwndParent);
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 parent window's handle (HWND).

Returns

The window handle for this object.

Applies to

See also