Share via


DisplayMarqueeType Enum

Definition

Enumerates the valid marquee type values.

public enum DisplayMarqueeType
type DisplayMarqueeType = 
Public Enum DisplayMarqueeType
Inheritance
DisplayMarqueeType

Fields

Down 2

Scrolls the window down.

Init 5

Indicates the Marquee Init mode.

Left 3

Scrolls the window left.

None 0

Marquees are disabled for this window.

Right 4

Scrolls the window right.

Up 1

Scrolls the window up.

Applies to