Control.InvokeGotFocus(Control, EventArgs) メソッド

定義

指定したコントロールの GotFocus イベントを発生させます。

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)

パラメーター

toInvoke
Control

イベントの割り当て先の Control

e
EventArgs

イベント データを格納している EventArgs

適用対象

こちらもご覧ください