DataGridViewRowPostPaintEventArgs.PaintCellsBackground Method
.NET Framework 3.0
Paints the cell backgrounds for the area in the specified bounds.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)
Assembly: System.Windows.Forms (in system.windows.forms.dll)
public void PaintCellsBackground ( Rectangle clipBounds, bool cellsPaintSelectionBackground )
public void PaintCellsBackground ( Rectangle clipBounds, boolean cellsPaintSelectionBackground )
public function PaintCellsBackground ( clipBounds : Rectangle, cellsPaintSelectionBackground : boolean )
Not applicable.
Parameters
- clipBounds
A Rectangle that specifies the area of the DataGridView to be painted.
- cellsPaintSelectionBackground
true to paint the background of the specified bounds with the color of the SelectionBackColor property of the DataGridViewRow.InheritedStyle; false to paint the background of the specified bounds with the color of the BackColor property of the DataGridViewRow.InheritedStyle.
| Exception type | Condition |
|---|---|
| RowIndex is less than zero or greater than the number of rows in the DataGridView control minus one. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.