WindowsFormsHost.BuildWindowCore(HandleRef) 方法

定义

重写 BuildWindowCore(HandleRef) 的基类实现以生成托管的 Windows 窗体控件。

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

参数

hwndParent
HandleRef

父窗口的句柄 (HWND)。

返回

HandleRef

此对象的窗口句柄。

适用于

另请参阅