WindowsFormsHost.BuildWindowCore(HandleRef) Metodo

Definizione

Esegue l'override dell'implementazione della classe di base di BuildWindowCore(HandleRef) per compilare il controllo Windows Form ospitato.

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

Parametri

hwndParent
HandleRef

Handle della finestra padre (HWND).

Valori restituiti

Handle della finestra per questo oggetto.

Si applica a

Vedi anche