ProcessKeyboardAcceleratorEventArgs.Modifiers Property

Definition

Gets the virtual-key used to modify another keypress for a keyboard shortcut (accelerator).

A keyboard shortcut is invoked when the modifier keys associated with the shortcut are pressed and then the non-modifier key is pressed at the same time. For example, Ctrl+C for copy and Ctrl+S for save.

C#
public VirtualKeyModifiers Modifiers { get; }

Property Value

The virtual-key.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also