ActiveXHost.BuildWindowCore(HandleRef) Método

Definição

Cria a janela ActiveXHost e a atribui a um pai.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu 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

A janela pai.

Retornos

HandleRef

Um HandleRef para a janela ActiveXHost.

Atributos

Aplica-se a