TableLayoutPanel.OnPaintBackground(PaintEventArgs) Method

Definition

Paints the background of the panel.

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)

Parameters

e
PaintEventArgs

A PaintEventArgs that contains information about the panel to paint.

Applies to