Control.InvokeGotFocus(Control, EventArgs) Metoda

Definice

GotFocus Vyvolá událost pro zadaný ovládací prvek.

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)

Parametry

toInvoke
Control

K Control přiřazení události.

e
EventArgs

Objekt EventArgs , který obsahuje data události.

Platí pro

Viz také