Edit

Share via


Label.KeyPress Event

Definition

Occurs when the user presses a key while the label has focus.

[System.ComponentModel.Browsable(false)]
public event System.Windows.Forms.KeyPressEventHandler KeyPress;
[System.ComponentModel.Browsable(false)]
public event System.Windows.Forms.KeyPressEventHandler? KeyPress;

Event Type

Attributes

Remarks

This event is not relevant for this class.

Applies to