WindowsFormsHost.BuildWindowCore(HandleRef) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Substitue l’implémentation de classe de base de BuildWindowCore(HandleRef) pour générer le contrôle Windows Forms hébergé.
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
Paramètres
- hwndParent
- HandleRef
Handle de la fenêtre parente (HWND).
Retours
Handle de fenêtre pour cet objet.