ElementHost.GotFocus イベント

定義

コントロールがフォーカスを受け取ると発生します。

public:
 event EventHandler ^ GotFocus;
[System.ComponentModel.Browsable(false)]
public event EventHandler GotFocus;
[<System.ComponentModel.Browsable(false)>]
member this.GotFocus : EventHandler 
Public Custom Event GotFocus As EventHandler 

イベントの種類

属性

注釈

GotFocus イベントの詳細については、「Control.GotFocus」を参照してください。

適用対象

こちらもご覧ください