DataGridViewRowPostPaintEventArgs.PaintCellsBackground 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 de la cellule pour la zone contenue dans les limites spécifiées.
public:
void PaintCellsBackground(System::Drawing::Rectangle clipBounds, bool cellsPaintSelectionBackground);
public void PaintCellsBackground (System.Drawing.Rectangle clipBounds, bool cellsPaintSelectionBackground);
member this.PaintCellsBackground : System.Drawing.Rectangle * bool -> unit
Public Sub PaintCellsBackground (clipBounds As Rectangle, cellsPaintSelectionBackground As Boolean)
Paramètres
- clipBounds
- Rectangle
Rectangle qui indique la zone du DataGridView à peindre.
- cellsPaintSelectionBackground
- Boolean
true
pour peindre l'arrière-plan des limites spécifiées avec la couleur de la propriété SelectionBackColor de InheritedStyle ; false
pour peindre l'arrière-plan des limites spécifiées avec la couleur de la propriété BackColor de InheritedStyle.
Exceptions
RowIndex est inférieur à zéro ou supérieur au nombre de lignes contenues dans le contrôle DataGridView moins un.