DisplayReverse Enumeration

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

Usage

'Usage
Dim displayReverse1 As DisplayReverse = DisplayReverse.All

Syntax

'Declaration
Public Enum 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

Defines the reverse video capability values for the CapReverse property. Replaces the DISP_CR_NONE, DISP_CR_REVERSEALL, and DISP_CR_REVERSEEACH 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
CapReverse