TableLayoutPanel.OnPaintBackground(PaintEventArgs) Metoda

Definice

Maluje pozadí panelu.

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)

Parametry

e
PaintEventArgs

A PaintEventArgs obsahující informace o panelu, který chcete malovat.

Platí pro