PointerEventArgs.KeyModifiers Property

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.

Syntax

public:
property VirtualKeyModifiers KeyModifiers {
         VirtualKeyModifiers get ();
}  

Property value

Type: VirtualKeyModifiers 

The active key modifiers.

Remarks

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

PointerEventArgs Class

PointerEventArgs Members

Windows.UI.Core Namespace