TsShiftDir enumeration (textstor.h)

Elements of the TsShiftDir enumeration specify which direction an anchor is moved.

Syntax

typedef enum __MIDL_IAnchor_0002 {
  TS_SD_BACKWARD = 0,
  TS_SD_FORWARD = 1
} TsShiftDir;

Constants

 
TS_SD_BACKWARD
Value: 0
Specifies that the anchor will be moved to the region immediately preceding a range of text.
TS_SD_FORWARD
Value: 1
Specifies that the anchor will be moved to the region immediately following a range of text.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Header textstor.h
Redistributable TSF 1.0 on Windows 2000 Professional

See also

IAnchor::ShiftRegion