Control.InvokePaintBackground(Control, PaintEventArgs) メソッド

定義

指定したコントロールの PaintBackground イベントを発生させます。

protected:
 void InvokePaintBackground(System::Windows::Forms::Control ^ c, System::Windows::Forms::PaintEventArgs ^ e);
protected void InvokePaintBackground (System.Windows.Forms.Control c, System.Windows.Forms.PaintEventArgs e);
member this.InvokePaintBackground : System.Windows.Forms.Control * System.Windows.Forms.PaintEventArgs -> unit
Protected Sub InvokePaintBackground (c As Control, e As PaintEventArgs)

パラメーター

c
Control

Control イベントの割り当て先の Paint

e
PaintEventArgs

イベント データを格納している PaintEventArgs

適用対象

こちらもご覧ください