WindowsFormsHost.BuildWindowCore(HandleRef) Metodo

Definizione

Esegue l'override dell'implementazione della classe di base dell'oggetto BuildWindowCore(HandleRef) per compilare il controllo Windows Forms 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 (HWND) della finestra padre.

Restituisce

HandleRef

Handle di finestra per questo oggetto.

Si applica a

Vedi anche