DataGridViewRowPostPaintEventArgs Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | DrawFocus(Rectangle, Boolean) | Draws the focus rectangle around the specified bounds. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | PaintCells(Rectangle, DataGridViewPaintParts) | Paints the specified cell parts for the area in the specified bounds. |
![]() | PaintCellsBackground(Rectangle, Boolean) | Paints the cell backgrounds for the area in the specified bounds. |
![]() | PaintCellsContent(Rectangle) | Paints the cell contents for the area in the specified bounds. |
![]() | PaintHeader(Boolean) | Paints the entire row header of the current DataGridViewRow. |
![]() | PaintHeader(DataGridViewPaintParts) | Paints the specified parts of the row header of the current row. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

