Control.InvokeGotFocus(Control, EventArgs) Método

Definição

Aumenta o GotFocus evento para o controlo especificado.

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)

Parâmetros

toInvoke
Control

O Control para atribuir o evento a.

e
EventArgs

E EventArgs que contém os dados do evento.

Aplica-se a

Ver também