Control.InvokePaintBackground(Control, PaintEventArgs) Método

Definição

Gera o evento PaintBackground para o controle especificado.

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)

Parâmetros

c
Control

O Control ao qual o evento Paint será atribuído.

e
PaintEventArgs

Um PaintEventArgs que contém os dados do evento.

Aplica-se a

Confira também