DataGridViewRowHeaderCell.GetErrorIconBounds Method
.NET Framework 4.5
This member overrides DataGridViewCell.GetErrorIconBounds(Graphics, DataGridViewCellStyle, Int32), and more complete documentation might be available in that topic.
Returns the bounding rectangle that encloses the cell's error icon, if one is displayed.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected override Rectangle GetErrorIconBounds( Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex )
Parameters
- graphics
- Type: System.Drawing.Graphics
The graphics context for the cell.
- cellStyle
- Type: System.Windows.Forms.DataGridViewCellStyle
The DataGridViewCellStyle to be applied to the cell.
- rowIndex
- Type: System.Int32
The index of the cell's parent row.
Return Value
Type: System.Drawing.RectangleThe Rectangle that bounds the cell's error icon, if one is displayed; otherwise, Empty.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.