DataGridViewRowPrePaintEventArgs プロパティ
パブリック プロパティ| 名前 | 説明 | |
|---|---|---|
| ClipBounds | 再描画が必要な DataGridView の領域を取得または設定します。 |
| ErrorText | 現在の DataGridViewRow のエラー メッセージを表す文字列を取得します。 |
| Graphics | 現在の DataGridViewRow の描画に使用される Graphics を取得します。 |
| Handled | イベント ハンドラがイベントを完全に処理したかどうか、またはシステムが独自の処理を継続する必要があるかどうかを示す値を取得または設定します。 ( HandledEventArgs から継承されます。) |
| InheritedRowStyle | 行に適用されるセル スタイルを取得します。 |
| IsFirstDisplayedRow | 現在の行が、DataGridView に現在表示されている最初の行かどうかを示す値を取得します。 |
| IsLastVisibleRow | 現在の行が DataGridView に表示される最後の行かどうかを示す値を取得します。 |
| PaintParts | 描画されるセル部分。 |
| RowBounds | 現在の DataGridViewRow の境界を取得します。 |
| RowIndex | 現在の DataGridViewRow のインデックスを取得します。 |
| State | 現在の DataGridViewRow の状態を取得します。 |
参照関連項目
DataGridViewRowPrePaintEventArgs クラスSystem.Windows.Forms 名前空間
DataGridView クラス
DataGridView.RowPrePaint イベント
- DataGridViewRowPrePaintEventArgs プロパティのページへのリンク