DataGridViewCellPaintingEventArgs.PaintBackground(Rectangle, Boolean) 方法

定义

绘制指定边界中相应区域的单元格背景。

public:
 void PaintBackground(System::Drawing::Rectangle clipBounds, bool cellsPaintSelectionBackground);
public void PaintBackground (System.Drawing.Rectangle clipBounds, bool cellsPaintSelectionBackground);
member this.PaintBackground : System.Drawing.Rectangle * bool -> unit
Public Sub PaintBackground (clipBounds As Rectangle, cellsPaintSelectionBackground As Boolean)

参数

clipBounds
Rectangle

一个指定要绘制的 Rectangle 区域的 DataGridView

cellsPaintSelectionBackground
Boolean

true 用于使用 SelectionBackColorInheritedStyle 属性的颜色绘制指定边界的背景;false 用于使用 BackColorInheritedStyle 属性的颜色绘制指定边界的背景。

例外

RowIndex 小于 -1 或大于等于 DataGridView 控件中的行数。

适用于

另请参阅