DataGridViewRowPostPaintEventArgs.PaintCellsContent(Rectangle) Metoda

Definicja

Maluje zawartość komórki dla obszaru w określonych granicach.

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

Element Rectangle określający obszar DataGridView do malowania.

Wyjątki

RowIndex jest mniejsza niż zero lub większa niż liczba wierszy w kontrolce DataGridView minus jeden.

Dotyczy

Zobacz też