TableLayoutPanel.OnPaintBackground(PaintEventArgs) メソッド

定義

パネルの背景を描画します。

protected:
 override void OnPaintBackground(System::Windows::Forms::PaintEventArgs ^ e);
protected override void OnPaintBackground (System.Windows.Forms.PaintEventArgs e);
override this.OnPaintBackground : System.Windows.Forms.PaintEventArgs -> unit
Protected Overrides Sub OnPaintBackground (e As PaintEventArgs)

パラメーター

e
PaintEventArgs

描画するパネルに関する情報を格納する PaintEventArgs

適用対象