ElementHost.KeyPress Zdarzenie

Definicja

Występuje po naciśnięciu klawisza, gdy kontrolka ma 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 

Typ zdarzenia

Atrybuty

Uwagi

Aby uzyskać więcej informacji o KeyPress zdarzeniu, zobacz Control.KeyPress.

Dotyczy

Zobacz też