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

适用于

另请参阅