DataGridViewTextBoxCell.Paint 方法

定義

繪製目前的 DataGridViewCell

protected override void Paint (System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts);

參數

graphics
Graphics

用來繪製 DataGridViewCellGraphics

clipBounds
Rectangle

Rectangle,代表需要重新繪製的 DataGridView 區域。

cellBounds
Rectangle

Rectangle,包含要繪製 DataGridViewCell 的界限。

rowIndex
Int32

正在繪製的儲存格資料列索引。

cellState
DataGridViewElementStates

DataGridViewElementStates 值的位元組合,指定儲存格的狀態。

value
Object

正在繪製之 DataGridViewCell 的資料。

formattedValue
Object

正在繪製之DataGridViewCell 的格式化資料。

errorText
String

與儲存格關聯的錯誤訊息。

cellStyle
DataGridViewCellStyle

DataGridViewCellStyle,其中包含有關儲存格的格式化和樣式資訊。

advancedBorderStyle
DataGridViewAdvancedBorderStyle

DataGridViewAdvancedBorderStyle,包含正在繪製之儲存格的邊框樣式。

paintParts
DataGridViewPaintParts

DataGridViewPaintParts 值的位元組合,指定儲存格需要繪製的部分。

適用於

產品 版本
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
Windows Desktop 3.0, 3.1, 5, 6, 7

另請參閱