Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 748 Bytes

processkeyboardacceleratoreventargs_key.md

File metadata and controls

28 lines (17 loc) · 748 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Input.ProcessKeyboardAcceleratorEventArgs.Key
winrt property

Windows.UI.Xaml.Input.ProcessKeyboardAcceleratorEventArgs.Key

-description

Gets the virtual key (used in conjunction with one or more modifier keys) for a keyboard shortcut (accelerator).

A keyboard shortcut is invoked when the modifier keys asssociated 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.

-property-value

The virtual key.

-remarks

-see-also

Keyboard Accelerators

-examples