DataGridViewCellPaintingEventArgs::PaintBackground Method (Rectangle, Boolean)
.NET Framework (current version)
Paints the cell background for the area in the specified bounds.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- clipBounds
-
Type:
System.Drawing::Rectangle
A Rectangle that specifies the area of the DataGridView to be painted.
- cellsPaintSelectionBackground
-
Type:
System::Boolean
true to paint the background of the specified bounds with the color of the SelectionBackColor property of the DataGridViewCell::InheritedStyle; false to paint the background of the specified bounds with the color of the BackColor property of the DataGridViewCell::InheritedStyle.
| Exception | Condition |
|---|---|
| InvalidOperationException | RowIndex is less than -1 or greater than or equal to the number of rows in the DataGridView control. -or- ColumnIndex is less than -1 or greater than or equal to the number of columns in the DataGridView control. |
.NET Framework
Available since 2.0
Available since 2.0
Show: