Control.InvokePaintBackground(Control, PaintEventArgs) Método
Definición
Genera el evento PaintBackground
para el control especificado.Raises the PaintBackground
event for the specified control.
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
Objeto PaintEventArgs que contiene los datos del evento.An PaintEventArgs that contains the event data.