With regard to the DataGridViewPaintParts enumeration, there are three kinds of background within it:
Background, ContentBackground and SelectionBackground.
What does the ContentBackground draw? I can turn this on and off by using e.PainParts within the DataGridView RowPrePaint event, but it doesn't appear to do anything.
MSDN is less than helpful in it's description.
Thanks.