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

2/27/2008

Enumerates the possible type of keyboard events that the application will receive.

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

Syntax

'Declaration
Public Enumeration KeyboardEventType
public enum KeyboardEventType
public enum class KeyboardEventType
public enum KeyboardEventType
public enum KeyboardEventType

Members

Member name Description
Down  
DownUp  

Remarks

Used by the EventTypes property. Members of this enumeration replace the KBD_ET_DOWN and KBD_ET_DOWN_UP UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
EventTypes