WindowsFormsHost.BuildWindowCore(HandleRef) Método

Definición

Invalida la implementación de la clase base de BuildWindowCore(HandleRef) para compilar el control hospedado de Windows Forms.

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

Parámetros

hwndParent
HandleRef

Identificador de la ventana primaria (HWND).

Devoluciones

Identificador de ventana de este objeto.

Se aplica a

Consulte también