DataGrid.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.
Substitue OnPaintBackground(PaintEventArgs) pour empêcher la peinture de l'arrière-plan du contrôle DataGrid.
protected:
override void OnPaintBackground(System::Windows::Forms::PaintEventArgs ^ ebe);
protected override void OnPaintBackground (System.Windows.Forms.PaintEventArgs ebe);
override this.OnPaintBackground : System.Windows.Forms.PaintEventArgs -> unit
Protected Overrides Sub OnPaintBackground (ebe As PaintEventArgs)
Paramètres
- ebe
- PaintEventArgs
PaintEventArgs contenant des informations sur le contrôle à peindre.
Remarques
Étant donné que le System.Windows.Forms.DataGrid est un contrôle complexe, ce remplacement est implémenté pour n’avoir aucune action. Par conséquent, l’appel de cette méthode n’aura aucun effet.