WindowsFormsHost.BuildWindowCore(HandleRef) メソッド

定義

ホストされている Windows フォーム コントロールをビルドするために、 BuildWindowCore(HandleRef) の基本クラスの実装をオーバーライドします。

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

返品

このオブジェクトのウィンドウ ハンドル。

適用対象

こちらもご覧ください