Share via


DisplayScrollText Enumeration

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

Usage

'Usage
Dim displayScrollText1 As DisplayScrollText = DisplayScrollText.Down

Syntax

'Declaration
Public Enum DisplayScrollText
public enum DisplayScrollText
public enum class DisplayScrollText
public enum DisplayScrollText
public enum DisplayScrollText

Members

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

Remarks

Defines the scrolling directions for the ScrollText method. Replaces the DISP_ST_UP, DISP_ST_DOWN, DISP_ST_LEFT, and DISP_ST_RIGHT 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
ScrollText