DataGridViewRowPrePaintEventArgs Methods
.NET Framework 4.5
The DataGridViewRowPrePaintEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
DrawFocus | 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 a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
PaintCells | Paints the specified cell parts for the area in the specified bounds. |
|
PaintCellsBackground | Paints the cell backgrounds for the area in the specified bounds. |
|
PaintCellsContent | 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.) |