KeyEvent Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the possible types for the most recent key event.

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

Syntax

'Declaration
Public Enumeration KeyEvent
public enum KeyEvent
public enum class KeyEvent
public enum KeyEvent
public enum KeyEvent

Members

Member name Description
Down The key was pressed.
Up The key was released.

Remarks

Used by the PosKeyEventType property. Members of this enumeration replace the KBR_KET_KEYDOWN and KBR_KET_KEYUP UPOS 1.11 constants.

See Also

Reference

Microsoft.PointOfService Namespace
PosKeyEventType