Share via


DisplayMarqueeFormat Enumeration

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

Usage

'Usage
Dim displayMarqueeFormat1 As DisplayMarqueeFormat = DisplayMarqueeFormat.Place

Syntax

'Declaration
Public Enum 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

Defines the marquee format values for the MarqueeFormat property. Replaces the DISP_MF_WALK and DISP_MF_PLACE 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
MarqueeFormat