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 对象。

适用于