ActiveXHost.BuildWindowCore(HandleRef) メソッド

定義

ActiveXHost ウィンドウを作成し、親に割り当てます。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

protected:
 override System::Runtime::InteropServices::HandleRef BuildWindowCore(System::Runtime::InteropServices::HandleRef hwndParent);
[System.Security.SecurityCritical]
protected override System.Runtime.InteropServices.HandleRef BuildWindowCore(System.Runtime.InteropServices.HandleRef hwndParent);
[<System.Security.SecurityCritical>]
override this.BuildWindowCore : System.Runtime.InteropServices.HandleRef -> System.Runtime.InteropServices.HandleRef
Protected Overrides Function BuildWindowCore (hwndParent As HandleRef) As HandleRef

パラメーター

hwndParent
HandleRef

親ウィンドウ。

返品

ActiveXHost ウィンドウへのHandleRef

属性

適用対象