DisplayMarqueeFormat Enumeration

2/27/2008

Enumerates the possible marquee format values.

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

Syntax

'Declaration
Public Enumeration DisplayMarqueeFormat
public enum DisplayMarqueeFormat
public enum class DisplayMarqueeFormat
public enum DisplayMarqueeFormat
public enum DisplayMarqueeFormat

Members

Member name Description
Place Begin the marquee by 'walking' data from the opposite side.
Walk Begin the marquee by placing data.

Remarks

Used by the MarqueeFormat property. Members of this property replace the DISP_MF_WALK and DISP_MF_PLACE UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
MarqueeFormat