KeyCombinationType enumeration
[This documentation is preliminary and is subject to change.]
Applies to: desktop apps only
Specifies the type of key combination that was pressed in the OnKeyCombinationPressed event.
Syntax
typedef enum _KeyCombinationType {
KeyCombinationHome = 0,
KeyCombinationLeft = 1,
KeyCombinationUp = 2,
KeyCombinationRight = 3,
KeyCombinationDown = 4
} KeyCombinationType;
Constants
KeyCombinationHome
Ctrl+Alt+HomeKeyCombinationLeft
Ctrl+Alt+Left ArrowKeyCombinationUp
Ctrl+Alt+Up ArrowKeyCombinationRight
Ctrl+Alt+Right ArrowKeyCombinationDown
Ctrl+Alt+Down Arrow
Requirements
Minimum supported client |
Windows 8 Consumer Preview |
Minimum supported server |
Windows Server 8 Beta |
IDL |
Rdpappcontainerclient.idl |
See also
Send comments about this topic to Microsoft
Build date: 4/21/2012