ToolStripDropDownMenu.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

适用于

另请参阅