System.Windows.Forms.Control.InvokePaintBackground C# (CSharp) Méthode

InvokePaintBackground() protected méthode

protected InvokePaintBackground ( Control c, PaintEventArgs e ) : void
c Control
e PaintEventArgs
Résultat void
		protected void InvokePaintBackground(Control c, PaintEventArgs e) {
			c.OnPaintBackground (e);
		}
Control