DataGridViewCheckBoxCell.GetErrorIconBounds メソッド
メモ : このメソッドは、.NET Framework version 2.0 で新しく追加されたものです。
このメンバは DataGridViewCell.GetErrorIconBounds をオーバーライドします。
構文
Protected Overrides Function GetErrorIconBounds ( _ graphics As Graphics, _ cellStyle As DataGridViewCellStyle, _ rowIndex As Integer _ ) As Rectangle
Dim graphics As Graphics Dim cellStyle As DataGridViewCellStyle Dim rowIndex As Integer Dim returnValue As Rectangle returnValue = Me.GetErrorIconBounds(graphics, cellStyle, rowIndex)
protected override Rectangle GetErrorIconBounds ( Graphics graphics, DataGridViewCellStyle cellStyle, int rowIndex )
protected: virtual Rectangle GetErrorIconBounds ( Graphics^ graphics, DataGridViewCellStyle^ cellStyle, int rowIndex ) override


- DataGridViewCheckBoxCell.GetErrorIconBounds メソッドのページへのリンク