Share via


KeyCombinationType enumeration

[KeyCombinationType is no longer available for use as of Windows 10 and Windows Server 2016 Technical Preview.]

Specifies the type of key combination that was pressed in the OnKeyCombinationPressed event.

Members

Member Description Value
KeyCombinationHome

Ctrl+Alt+Home

0
KeyCombinationLeft

Ctrl+Alt+Left Arrow

1
KeyCombinationUp

Ctrl+Alt+Up Arrow

2
KeyCombinationRight

Ctrl+Alt+Right Arrow

3
KeyCombinationDown

Ctrl+Alt+Down Arrow

4

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

End of client support

Windows 8.1

End of server support

Windows Server 2012 R2

IDL

RdpAppContainerClient.idl

Type library

MsTscAx.dll

See also

OnKeyCombinationPressed