TabPage.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 TabPage.
protected:
override void OnPaintBackground(System::Windows::Forms::PaintEventArgs ^ e);
protected override void OnPaintBackground (System.Windows.Forms.PaintEventArgs e);
override this.OnPaintBackground : System.Windows.Forms.PaintEventArgs -> unit
Protected Overrides Sub OnPaintBackground (e As PaintEventArgs)
Paramètres
PaintEventArgs qui contient des données utiles pour peindre l'arrière-plan.
Remarques
Le système appelle cette méthode pour peindre l’arrière-plan du TabPage. Lorsque les valeurs et Application.RenderWithVisualStyles les valeurs de propriété sont à la UseVisualStyleBackColor fois true
et que la Appearance propriété du parent TabControl est Normal, cette méthode peint l’arrière-plan à l’aide du style visuel actuel. Sinon, cette méthode peint l’arrière-plan comme d’habitude.