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