Chart.OnPaintBackground(PaintEventArgs) 方法

定義

protected:
 override void OnPaintBackground(System::Windows::Forms::PaintEventArgs ^ pevent);
protected override void OnPaintBackground (System.Windows.Forms.PaintEventArgs pevent);
override this.OnPaintBackground : System.Windows.Forms.PaintEventArgs -> unit
Protected Overrides Sub OnPaintBackground (pevent As PaintEventArgs)

參數

pevent
PaintEventArgs

包含事件引數的 PaintEventArgs 物件。

適用於