次の方法で共有


DataGrid.OnPaintBackground メソッド

System.Windows.Forms.DataGrid コントロールの背景を描画しないように、 Control.OnPaintBackground をオーバーライドします。

Overrides Protected Sub OnPaintBackground( _
   ByVal ebe As PaintEventArgs _)
[C#]
protected override void OnPaintBackground(PaintEventArgsebe);
[C++]
protected: void OnPaintBackground(PaintEventArgs* ebe);
[JScript]
protected override function OnPaintBackground(
   ebe : PaintEventArgs);

パラメータ

  • ebe
    描画するコントロールに関する情報を格納する PaintEventArgs

解説

System.Windows.Forms.DataGrid は複合コントロールであるため、このオーバーライドを実装してアクションを保持しないようにしています。したがって、このメソッドの呼び出しは無効です。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

DataGrid クラス | DataGrid メンバ | System.Windows.Forms 名前空間