Control.InvokePaintBackground(Control, PaintEventArgs) Metodo

Definizione

Genera l'evento PaintBackground per il controllo specificato.

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)

Parametri

c
Control

Oggetto Control a cui assegnare l'evento Paint.

e
PaintEventArgs

Oggetto PaintEventArgs che contiene i dati dell'evento.

Si applica a

Vedi anche