CoreVirtualKeyStates enumeration

1 out of 2 rated this helpful - Rate this topic

Specifies the set of possible states for a virtual key.

Syntax


public enum CoreVirtualKeyStates

Attributes

FlagsAttribute()
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The CoreVirtualKeyStates enumeration has these members.

MemberValueDescription
None0

The key is up or in no specific state.

Down1

The key is pressed down for the input event.

Locked2

The key is in a toggled or modified state (for example, Caps Lock) for the input event.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.UI.Core
Windows::UI::Core [C++]

Metadata

Windows.winmd

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.