System.Windows.Forms.Control.InvokeGotFocus C# (CSharp) Method

InvokeGotFocus() private method

private InvokeGotFocus ( Control toInvoke, EventArgs e ) : void
toInvoke Control
e System.EventArgs
return void
		protected void InvokeGotFocus(Control toInvoke, EventArgs e) {
			toInvoke.OnGotFocus(e);
		}
Control