KeyEventArgs.KeyStatus Property

Definition

Gets the status of the physical key press that raised the character-received event.

PhysicalKeyStatus KeyStatus();
public PhysicalKeyStatus KeyStatus { get; }
var physicalKeyStatus = keyEventArgs.keyStatus;
Public ReadOnly Property KeyStatus As PhysicalKeyStatus

Property Value

The status of the physical key press that raised the character-received event.

Applies to