DataGridViewRowPostPaintEventArgs::PaintHeader Method (Boolean)

 

Paints the entire row header of the current DataGridViewRow.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void PaintHeader(
	bool paintSelectionBackground
)

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
Return to top
Show: