DisplayTextMode Enumeration

2/27/2008

Enumerates the possible text mode values.

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

Syntax

'Declaration
Public Enumeration DisplayTextMode
public enum DisplayTextMode
public enum class DisplayTextMode
public enum DisplayTextMode
public enum DisplayTextMode

Members

Member name Description
Blink Displays the text as blinking.
BlinkReverse Displays the text in reverse video and blinking.
Normal Displays the text normally.
Reverse Displays the text in reverse video.

Remarks

Used by the DisplayText and DisplayTextAt methods. Members of this enumeration replace the DISP_DT_NORMAL, DISP_DT_BLINK, DISP_DT_REVERSE, DISP_DT_BLINKREVERSE UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
DisplayText
DisplayText
DisplayTextAt
DisplayTextAt