バージョン

Paint メソッド

現在のDataGridViewCellを描画します。
シンタックス
'宣言
 
Protected Overrides Sub Paint( _
   ByVal graphics As Graphics, _
   ByVal clipBounds As Rectangle, _
   ByVal cellBounds As Rectangle, _
   ByVal rowIndex As Integer, _
   ByVal cellState As DataGridViewElementStates, _
   ByVal value As Object, _
   ByVal formattedValue As Object, _
   ByVal errorText As String, _
   ByVal cellStyle As DataGridViewCellStyle, _
   ByVal advancedBorderStyle As DataGridViewAdvancedBorderStyle, _
   ByVal paintParts As DataGridViewPaintParts _
) 

パラメータ

graphics
DataGridViewCellを描画するために使用されるGraphics
clipBounds
再描画する必要があるDataGridViewの領域を表す四角形。
cellBounds
描画されているDataGridViewCellの範囲を含むRectangle。
rowIndex
描画されているセルの行インデックス。
cellState
DataGridViewElementState値のビット単位の組み合わせ。
value
描画されているDataGridViewCellのデータ。
formattedValue
描画されているDataGridViewCellの書式設定されたデータ。
errorText
セルと関連付けられたエラーメッセージ。
cellStyle
セルに関する書式設定およびスタイル情報を含むDataGridViewCellStyle。
advancedBorderStyle
描画されているセルの境界線スタイルを含むDataGridViewAdvancedBorderStyle。
paintParts
セルのどの部分を描画するのかを決定します。
参照