DataGridViewRowPrePaintEventArgs::PaintHeader Method (Boolean)
.NET Framework (current version)
Paints the entire row header of the current DataGridViewRow.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- paintSelectionBackground
-
Type:
System::Boolean
true to paint the row header with the color of the SelectionBackColor property of the DataGridViewRow::InheritedStyle; false to paint the row header with the BackColor of the DataGridView::RowHeadersDefaultCellStyle property.
| Exception | Condition |
|---|---|
| InvalidOperationException | RowIndex is less than zero or greater than the number of rows in the DataGridView control minus one. |
Use the PaintHeader method when you draw the DataGridViewRow and its cells' contents yourself. If you manually paint the entire row and its cells' contents, set the Handled property to true. When Handled is true, the CellPainting and RowPostPaint events do not occur.
.NET Framework
Available since 2.0
Available since 2.0
Show: