DataGridViewPaintParts Enumeration
Defines values for specifying the parts of a DataGridViewCell that are to be painted.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Windows.FormsAssembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| None | Nothing should be painted. | |
| All | All parts of the cell should be painted. | |
| Background | The background of the cell should be painted. | |
| Border | The border of the cell should be painted. | |
| ContentBackground | The background of the cell content should be painted. | |
| ContentForeground | The foreground of the cell content should be painted. | |
| ErrorIcon | The cell error icon should be painted. | |
| Focus | The focus rectangle should be painted around the cell. | |
| SelectionBackground | The background of the cell should be painted when the cell is selected. |
This enumeration is used by the protected DataGridViewCell::Paint method and by handlers for the CellPainting, RowPrePaint, and RowPostPaint events of the DataGridView control.
The following code example illustrates the use of this type. This example is part of a larger example available in How to: Customize the Appearance of Rows in the Windows Forms DataGridView Control.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.