PointerRoutedEventArgs.KeyModifiers Property
Definition
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 value that indicates which key modifiers were active at the time that the pointer event was initiated.
public:
property VirtualKeyModifiers KeyModifiers { VirtualKeyModifiers get(); };
VirtualKeyModifiers KeyModifiers();
public VirtualKeyModifiers KeyModifiers { get; }
var virtualKeyModifiers = pointerRoutedEventArgs.keyModifiers;
Public ReadOnly Property KeyModifiers As VirtualKeyModifiers
Property Value
A value or values of the enumeration.