DataGridViewRowPostPaintEventArgs.PaintCellsBackground Metoda

Definice

Nakreslí pozadí buňky pro oblast v zadaných hranicích.

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)

Parametry

clipBounds
Rectangle

A Rectangle , která určuje oblast DataGridView , která se má namalovat.

cellsPaintSelectionBackground
Boolean

true nakreslit pozadí zadaných hranic barvou SelectionBackColor vlastnosti InheritedStyle; false malovat pozadí zadaných hranic BackColor barvou vlastnosti InheritedStyle.

Výjimky

RowIndex je menší než nula nebo větší než počet řádků v ovládacím DataGridView prvku minus jeden.

Platí pro

Viz také