WebBrowserBase.OnGotFocus(EventArgs) メソッド

定義

GotFocus イベントを発生させます。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

protected:
 override void OnGotFocus(EventArgs ^ e);
protected override void OnGotFocus (EventArgs e);
override this.OnGotFocus : EventArgs -> unit
Protected Overrides Sub OnGotFocus (e As EventArgs)

パラメーター

e
EventArgs

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

適用対象