LINE_DIRECTION enumeration
Specifies whether a line of text reads from left to right or from right to left in a call to ILineInfo::lineDirection.
Syntax
typedef enum _LINE_DIRECTION { LINE_DIRECTION_RightToLeft = 1, LINE_DIRECTION_LeftToRight = 2 } LINE_DIRECTION;
Constants
- LINE_DIRECTION_RightToLeft
-
The line of text reads from right to left.
- LINE_DIRECTION_LeftToRight
-
The line of text reads from left to right.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
Build date: 11/12/2012