WindowsFormsHost.BuildWindowCore(HandleRef) 方法

定義

覆寫 BuildWindowCore(HandleRef) 的基底類別實作,建置裝載的 Windows Forms 控制項。

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

這個物件的視窗控制代碼。

適用於

另請參閱