Control.InvokePaintBackground(Control, PaintEventArgs) Metoda

Definice

PaintBackground Vyvolá událost pro zadaný ovládací prvek.

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)

Parametry

c
Control

K Control přiřazení Paint události.

e
PaintEventArgs

Obsahující PaintEventArgs data události.

Platí pro

Viz také