Share via


ProgressBar.KeyPress Událost

Definice

Nastane, když uživatel stiskne klávesu, 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)]
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

Ovládací ProgressBar prvek nemůže přijmout fokus klávesnice, takže událost nikdy nevyvolá KeyPress .

Platí pro