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

2/27/2008

Enumerates the possible scrolling directions.

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

Syntax

'Declaration
Public Enumeration DisplayScrollText
public enum DisplayScrollText
public enum class DisplayScrollText
public enum DisplayScrollText
public enum DisplayScrollText

Members

Member name Description
Down Scrolls the window down.
Left Scrolls the window left.
Right Scrolls the window right.
Up Scrolls the window up.

Remarks

Used by the ScrollText method. Members of this enumeration replace the DISP_ST_UP, DISP_ST_DOWN, DISP_ST_LEFT, and DISP_ST_RIGHT UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
ScrollText