Control.InvokeGotFocus(Control, EventArgs) Metode

Definisi

Menaikkan GotFocus peristiwa untuk kontrol yang ditentukan.

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

Control untuk menetapkan peristiwa.

e
EventArgs

Yang EventArgs berisi data peristiwa.

Berlaku untuk

Lihat juga