DataGridViewRowPostPaintEventArgs.PaintCellsBackground Méthode

Définition

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.

S’applique à

Voir aussi