Nyelv

Control.InvokeGotFocus(Control, EventArgs) Metódus

Definíció

GotFocus A megadott vezérlőelem eseményének növelése.

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)

Paraméterek

toInvoke
Control

Az Control esemény hozzárendelése.

e
EventArgs

Olyan EventArgs , amely az eseményadatokat tartalmazza.

A következőre érvényes:

Lásd még