ElementHost.GotFocus Ereignis

Definition

Tritt ein, wenn das Steuerelement den Fokus erhält.

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 

Ereignistyp

Attribute

Hinweise

Weitere Informationen zum GotFocus-Ereignis finden Sie unter Control.GotFocus.

Gilt für:

Weitere Informationen