PointerEventArgs.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 the keyboard key or keys used to modify the pointer input, such as the "Ctrl" key when pressed in conjunction with another key, as in Ctrl+C.
public:
property VirtualKeyModifiers KeyModifiers { VirtualKeyModifiers get(); };
VirtualKeyModifiers KeyModifiers();
public VirtualKeyModifiers KeyModifiers { get; }
var virtualKeyModifiers = pointerEventArgs.keyModifiers;
Public ReadOnly Property KeyModifiers As VirtualKeyModifiers
Property Value
The active key modifiers.