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,其中包含事件資料。

適用於

另請參閱