DataGridViewComboBoxCell.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

適用於

另請參閱