CoreVirtualKeyStates Enumeration

Specifies the set of possible states for a virtual key.

Syntax

[FlagsAttribute]
public enum class CoreVirtualKeyStates  

Members

Member Value Description
Down The key is pressed down for the input event.
Locked The key is in a toggled or modified state (for example, Caps Lock) for the input event.
None The key is up or in no specific state.

Remarks

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

Windows.UI.Core Namespace