DataGridViewTextBoxCell.GetErrorIconBounds 方法

定义

如果显示了单元格的错误图标,则返回环绕该图标的边框。

protected:
 override System::Drawing::Rectangle GetErrorIconBounds(System::Drawing::Graphics ^ graphics, System::Windows::Forms::DataGridViewCellStyle ^ cellStyle, int rowIndex);
protected override System.Drawing.Rectangle GetErrorIconBounds (System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex);
override this.GetErrorIconBounds : System.Drawing.Graphics * System.Windows.Forms.DataGridViewCellStyle * int -> System.Drawing.Rectangle
Protected Overrides Function GetErrorIconBounds (graphics As Graphics, cellStyle As DataGridViewCellStyle, rowIndex As Integer) As Rectangle

参数

graphics
Graphics

单元格的图形上下文。

cellStyle
DataGridViewCellStyle

要应用到单元格的 DataGridViewCellStyle

rowIndex
Int32

该单元格的父行索引。

返回

如果显示了单元格的错误图标,则为包围该图标的 Rectangle;否则为 Empty

适用于

另请参阅