Sdílet prostřednictvím


ElementHost.KeyPress Událost

Definice

Nastane, když je stisknuta klávesa, zatímco ovládací prvek má fokus.

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 

Event Type

Atributy

Poznámky

Další informace o události najdete v KeyPress tématu Control.KeyPress.

Platí pro

Viz také