Partager via


ElementHost.OnPaintBackground(PaintEventArgs) Méthode

Définition

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.

S’applique à

Voir aussi