ElementHost.OnPrint(PaintEventArgs) 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.
Restitue le contrôle à l'aide de l'objet Graphics fourni.
protected:
override void OnPrint(System::Windows::Forms::PaintEventArgs ^ e);
protected override void OnPrint (System.Windows.Forms.PaintEventArgs e);
override this.OnPrint : System.Windows.Forms.PaintEventArgs -> unit
Protected Overrides Sub OnPrint (e As PaintEventArgs)
Paramètres
PaintEventArgs qui contient les données d’événement.