DataGridViewRowPostPaintEventArgs::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. |
.NET Framework
Available since 2.0
Available since 2.0
Show: