WindowsFormsHost.BuildWindowCore(HandleRef) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)。
戻り値
このオブジェクトのウィンドウ ハンドル。