KeyCommandState Enumeration

Contains values that indicate whether a key is being pressed during a keystroke event.

  public enum KeyCommandState

Members

Value Description
Down The key is being pressed.
Up The key has been released and is not pressed.

Requirements

Reference: Microsoft.MediaCenter.ITVVM

Namespace: Microsoft.MediaCenter.TVVM

Assembly: Microsoft.MediaCenter.ITVVM.dll

Platform: Windows 7

See Also