System.Windows.Forms.Control.InvokePaintBackground C# (CSharp) Метод

InvokePaintBackground() защищенный Метод

protected InvokePaintBackground ( Control c, PaintEventArgs e ) : void
c Control
e PaintEventArgs
Результат void
		protected void InvokePaintBackground(Control c, PaintEventArgs e) {
			c.OnPaintBackground (e);
		}
Control