Version

GetErrorIconBounds(Graphics,DataGridViewCellStyle,Int32) Method

Returns the bounding rectangle that encloses the cell's error icon, if one is displayed.
Syntax
'Declaration
 
Protected Overrides Function GetErrorIconBounds( _
   ByVal graphics As Graphics, _
   ByVal cellStyle As DataGridViewCellStyle, _
   ByVal rowIndex As Integer _
) As Rectangle
protected override Rectangle GetErrorIconBounds( 
   Graphics graphics,
   DataGridViewCellStyle cellStyle,
   int rowIndex
)

Parameters

graphics
The graphics context for the cell.
cellStyle
The DataGridViewCellStyle to be applied to the cell.
rowIndex
The index of the cell's parent row.

Return Value

The System.Drawing.Rectangle that bounds the cell's error icon, if one is displayed; otherwise, System.Drawing.Rectangle.Empty.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also