DisplayMarqueeType Enumeration

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

Usage

'Usage
Dim displayMarqueeType1 As DisplayMarqueeType = DisplayMarqueeType.Down

Syntax

'Declaration
Public Enum DisplayMarqueeType
public enum DisplayMarqueeType
public enum class DisplayMarqueeType
public enum DisplayMarqueeType
public enum DisplayMarqueeType

Members

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

Remarks

Defines the marquee type values for the MarqueeType property. Replaces the DISP_MT_NONE, DISP_MT_INIT, DISP_MT_UP, DISP_MT_DOWN, DISP_MT_LEFT, and DISP_MT_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
MarqueeFormat