Share via


KeyEvent Enumeration

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Usage

'Usage
Dim keyEvent1 As KeyEvent = KeyEvent.Down

Syntax

'Declaration
Public Enum KeyEvent
public enum KeyEvent
public enum class KeyEvent
public enum KeyEvent
public enum KeyEvent

Members

Member name Description
Down Generate key-down events.The key was pressed.
Up The key was released.

Remarks

Defines the possible types for the most recent key event. Used by the PosKeyEventType property. Replaces the KBR_KET_KEYDOWN and KBR_KET_KEYUP constants.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace
PosKeyEventType