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

InvokeGotFocus() private méthode

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