Keyboard.Modifiers Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the set of ModifierKeys that are currently pressed.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Windows.Input.ModifierKeysA bitwise combination of the enumeration values.
ModifierKeys is a bit field (flags) enumeration, so it is possible for multiple modifier keys to be pressed at the same time. Use bitwise comparison operations to determine the exact set of modifier keys pressed.
Show: