Control.InvokeGotFocus(Control, EventArgs) Метод
Определение
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)
Параметры
- toInvoke
- Control
Объект Control, которому следует назначить событие.The Control to assign the event to.