Keyboard::Modifiers Property
.NET Framework (current version)
Gets the set of ModifierKeys that are currently pressed.
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System.Windows.Input::ModifierKeysA bitwise combination of the ModifierKeys values.
ModifierKeys is a bit field enumeration, so it is possible for multiple modifier keys to be pressed at the same time. Use bit operations to determine the exact set of modifier keys pressed.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: