TableLayoutPanel.OnPaintBackground(PaintEventArgs) Método

Definición

Pinta el fondo del 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)

Parámetros

e
PaintEventArgs

PaintEventArgs que contiene información sobre el panel que se va a dibujar.

Se aplica a