DisplayMarqueeType Enumeration

2/27/2008

Enumerates the valid marquee type values.

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

Syntax

'Declaration
Public Enumeration DisplayMarqueeType
public enum DisplayMarqueeType
public enum class DisplayMarqueeType
public enum DisplayMarqueeType
public enum DisplayMarqueeType

Members

Member name Description
Down Scrolls the window down.
Init Indicates the Marquee Init mode.
Left Scrolls the window left.
None Marquees are disabled for this window.
Right Scrolls the window right.
Up Scrolls the window up.

Remarks

Used by the MarqueeType property. Members of this enumeration replace the DISP_MT_NONE, DISP_MT_INIT, DISP_MT_UP, DISP_MT_DOWN, DISP_MT_LEFT, and DISP_MT_RIGHT UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
MarqueeFormat