ElementHost.OnPaintBackground(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.
Peint l'arrière-plan du contrôle.
protected:
override void OnPaintBackground(System::Windows::Forms::PaintEventArgs ^ pevent);
[System.ComponentModel.Browsable(false)]
protected override void OnPaintBackground (System.Windows.Forms.PaintEventArgs pevent);
[<System.ComponentModel.Browsable(false)>]
override this.OnPaintBackground : System.Windows.Forms.PaintEventArgs -> unit
Protected Overrides Sub OnPaintBackground (pevent As PaintEventArgs)
Paramètres
- pevent
- PaintEventArgs
PaintEventArgs contenant des informations sur le contrôle à peindre.
- Attributs
Remarques
La OnPaintBackground méthode peint l’arrière-plan du contrôle parent dans un HBITMAP hors écran. Cette bitmap est utilisée comme arrière-plan dans l’élément hébergé pour prendre en charge la transparence.
Cette méthode prend en charge l’infrastructure Microsoft .NET et n’est pas destinée à être utilisée directement à partir de votre code.