Share via


DisplayReadBack Enumeration

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

Usage

'Usage
Dim displayReadBack1 As DisplayReadBack = DisplayReadBack.None

Syntax

'Declaration
Public Enum DisplayReadBack
public enum DisplayReadBack
public enum class DisplayReadBack
public enum DisplayReadBack
public enum DisplayReadBack

Members

Member name Description
None Read back is not supported.
Single Read back of a single character at a time is supported.

Remarks

Defines the readback capability values for the CapReadBack property. Replaces the DISP_CRB_NONE and DISP_CRB_SINGLE 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
CapReadBack