Control.InvokeGotFocus(Control, EventArgs) Methode

Definition

Löst das GotFocus-Ereignis für das angegebene Steuerelement aus.

protected:
 void InvokeGotFocus(System::Windows::Forms::Control ^ toInvoke, EventArgs ^ e);
protected void InvokeGotFocus (System.Windows.Forms.Control toInvoke, EventArgs e);
protected void InvokeGotFocus (System.Windows.Forms.Control? toInvoke, EventArgs e);
member this.InvokeGotFocus : System.Windows.Forms.Control * EventArgs -> unit
Protected Sub InvokeGotFocus (toInvoke As Control, e As EventArgs)

Parameter

toInvoke
Control

Das Control, dem das Ereignis zugewiesen werden soll.

e
EventArgs

Ein EventArgs, das die Ereignisdaten enthält.

Gilt für:

Weitere Informationen