DataGridViewRowPostPaintEventArgs プロパティ

名前 | 説明 | |
---|---|---|
![]() | ClipBounds | 再描画が必要な DataGridView の領域を取得または設定します。 |
![]() | ErrorText | 現在の DataGridViewRow のエラー メッセージを表す文字列を取得します。 |
![]() | Graphics | 現在の DataGridViewRow の描画に使用される Graphics を取得します。 |
![]() | InheritedRowStyle | 現在の DataGridViewRow に適用されるセル スタイルを取得します。 |
![]() | IsFirstDisplayedRow | 現在の行が DataGridView に表示される最初の行かどうかを示す値を取得します。 |
![]() | IsLastVisibleRow | 現在の行が DataGridView に表示される最後の行かどうかを示す値を取得します。 |
![]() | RowBounds | 現在の DataGridViewRow の境界を取得します。 |
![]() | RowIndex | 現在の DataGridViewRow のインデックスを取得します。 |
![]() | State | 現在の DataGridViewRow の状態を取得します。 |

関連項目
DataGridViewRowPostPaintEventArgs クラスSystem.Windows.Forms 名前空間
DataGridView クラス
その他の技術情報
方法 : Windows フォームの DataGridView コントロールの行の外観をカスタマイズする- DataGridViewRowPostPaintEventArgs プロパティのページへのリンク