DataGridViewCheckBoxCell.GetErrorIconBounds(Graphics, DataGridViewCellStyle, Int32) 方法
定義
傳回圍住儲存格的錯誤圖示之週框 (如果有此圖示)。Returns the bounding rectangle that encloses the cell's error icon, if one is displayed.
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
儲存格的圖形內容。The graphics context for the cell.
- cellStyle
- DataGridViewCellStyle
要套用至儲存格的 DataGridViewCellStyle。The DataGridViewCellStyle to be applied to the cell.
- rowIndex
- Int32
儲存格的父資料列索引。The index of the cell's parent row.
傳回
此 Rectangle 會圍住儲存格的錯誤圖示 (如果有顯示這個圖示);否則為 Empty。The Rectangle that bounds the cell's error icon, if one is displayed; otherwise, Empty.