DataGridViewRowPostPaintEventArgs.PaintCellsContent(Rectangle) Metoda

Definice

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

public:
 void PaintCellsContent(System::Drawing::Rectangle clipBounds);
public void PaintCellsContent (System.Drawing.Rectangle clipBounds);
member this.PaintCellsContent : System.Drawing.Rectangle -> unit
Public Sub PaintCellsContent (clipBounds As Rectangle)

Parametry

clipBounds
Rectangle

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

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é