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,其中包含要繪製之面板的相關資訊。

適用於