DataGridViewCellPaintingEventArgs.Paint メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した境界内の領域に対応するセルの指定した部分を描画します。
public:
void Paint(System::Drawing::Rectangle clipBounds, System::Windows::Forms::DataGridViewPaintParts paintParts);
public void Paint (System.Drawing.Rectangle clipBounds, System.Windows.Forms.DataGridViewPaintParts paintParts);
member this.Paint : System.Drawing.Rectangle * System.Windows.Forms.DataGridViewPaintParts -> unit
Public Sub Paint (clipBounds As Rectangle, paintParts As DataGridViewPaintParts)
パラメーター
- clipBounds
- Rectangle
描画が必要な Rectangle の領域を表す DataGridView。
- paintParts
- DataGridViewPaintParts
描画する部分を指定する DataGridViewPaintParts 値のビットごとの組み合わせ。
例外
RowIndex が -1 未満か、DataGridView コントロールに含まれている行数以上です。
- または -
ColumnIndex が -1 未満か、DataGridView コントロールに含まれている列数以上です。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET