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);
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
override this.BuildWindowCore : System.Runtime.InteropServices.HandleRef -> System.Runtime.InteropServices.HandleRef
Protected Overrides Function BuildWindowCore (hwndParent As HandleRef) As HandleRef

パラメーター

hwndParent
HandleRef

親ウィンドウです。

戻り値

HandleRef

HandleRef ウィンドウへの ActiveXHost

属性

適用対象