共用方式為


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

適用於

另請參閱