バージョン

GetErrorIconBounds(Graphics,DataGridViewCellStyle,Int32) メソッド

ひとつ表示される場合、セルのエラーアイコンを囲む境界矩形を返します。
シンタックス
'宣言
 
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
)

パラメータ

graphics
セルのグラフィックスコンテンツ。
cellStyle
セルに適用されるDataGridViewCellStyle
rowIndex
セルの親行のインデックス。

戻り値の型

ひとつ表示される場合、セルのエラーアイコンを囲む System.Drawing.Rectangle。そうでない場合は System.Drawing.Rectangle.Empty
参照