Share via


InputModifiers Enumeration

Contains values that indicate which additional key was pressed when a keystroke action occurred.

  public enum InputModifiers

Members

Value Description
AltKey The ALT key.
ControlKey The CTRL key.
None No other key was pressed.
ShiftKey The SHIFT key.
WindowsKey The Windows logo key.

Requirements

Reference: Microsoft.MediaCenter.ITVVM

Namespace: Microsoft.MediaCenter.TVVM

Assembly: Microsoft.MediaCenter.ITVVM.dll

Platform: Windows 7

See Also