ElementHost.KeyPress Ereignis

Definition

Tritt ein, wenn eine Taste gedrückt wird, während das Steuerelement den Fokus hat.

public:
 event System::Windows::Forms::KeyPressEventHandler ^ KeyPress;
[System.ComponentModel.Browsable(false)]
public event System.Windows.Forms.KeyPressEventHandler KeyPress;
[<System.ComponentModel.Browsable(false)>]
member this.KeyPress : System.Windows.Forms.KeyPressEventHandler 
Public Custom Event KeyPress As KeyPressEventHandler 

Ereignistyp

Attribute

Hinweise

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

Gilt für:

Weitere Informationen