Property ModifierKey
ModifierKey
Gets the specific modifier key for standalone modifier key events.
public ModifierKey ModifierKey { get; init; }
Property Value
Remarks
When ModifierKey is not None, this Key represents a standalone modifier key event (e.g., pressing Shift by itself).
Not all drivers report standalone modifier key events. Not all drivers distinguish left from right modifier keys.
This property does not participate in equality comparisons.