DisplayScrollText Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the possible scrolling directions.
public enum DisplayScrollText
type DisplayScrollText =
Public Enum DisplayScrollText
- Inheritance
-
DisplayScrollText
Fields
Name | Value | Description |
---|---|---|
Up | 1 | Scrolls the window up. |
Down | 2 | Scrolls the window down. |
Left | 3 | Scrolls the window left. |
Right | 4 | Scrolls the window right. |