Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
KeyRoutedEventArgs.KeyStatus Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Input
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a structure value that reports various system-detected characteristics of the key press, including repeat count and menu status.
CorePhysicalKeyStatus KeyStatus();
public CorePhysicalKeyStatus KeyStatus { get; }
var corePhysicalKeyStatus = keyRoutedEventArgs.keyStatus;
Public ReadOnly Property KeyStatus As CorePhysicalKeyStatus
Property Value
A structure value with flags that report status.
Applies to
Feedback
Was this page helpful?
