KeyboardEventType Enumeration

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

Usage

'Usage
Dim keyboardEventType1 As KeyboardEventType = KeyboardEventType.Down

Syntax

'Declaration
Public Enum KeyboardEventType
public enum KeyboardEventType
public enum class KeyboardEventType
public enum KeyboardEventType
public enum KeyboardEventType

Members

Member name Description
Down  
DownUp  

Remarks

Defines the possible type of keyboard events that the application will receive. Used by the EventTypes property. Replaces the KBD_ET_DOWN and KBD_ET_DOWN_UP 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
EventTypes