ActiveXHost.BuildWindowCore(HandleRef) Método

Definición

Crea la ventana ActiveXHost y la asigna a un elemento primario.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Parámetros

hwndParent
HandleRef

La ventana primaria.

Devoluciones

HandleRef

HandleRef a la ventana ActiveXHost.

Atributos

Se aplica a