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,其中包含有关要绘制的面板的信息。

适用于