Share via


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

2/27/2008

Enumerates the possible reverse video capability values.

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

Syntax

'Declaration
Public Enumeration DisplayReverse
public enum DisplayReverse
public enum class DisplayReverse
public enum DisplayReverse
public enum DisplayReverse

Members

Member name Description
All Reverse video is not supported.
Each Reverse video is supported. The entire contents of the display are either in reverse video or displayed normally.
None Reverse video is supported. Each character may be individually set to reverse video or normal.

Remarks

Used by the CapReverse property. Members of this enumeration replace the DISP_CR_NONE, DISP_CR_REVERSEALL, and DISP_CR_REVERSEEACH UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
CapReverse